Skip to content

Commit 1d6fa04

Browse files
committed
fix tests
1 parent b36b5fc commit 1d6fa04

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

mmv1/third_party/terraform/services/cloudrun/resource_cloud_run_service_test.go.tmpl

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -391,10 +391,9 @@ resource "google_cloud_run_service" "default" {
391391
}
392392

393393
func TestAccCloudRunService_withProviderDefaultLabels(t *testing.T) {
394-
// trigger tests for VCR comment testing
395-
<!-- // The test failed if VCR testing is enabled, because the cached provider config is used.
394+
// The test failed if VCR testing is enabled, because the cached provider config is used.
396395
// With the cached provider config, any changes in the provider default labels will not be applied.
397-
acctest.SkipIfVcr(t) -->
396+
// acctest.SkipIfVcr(t)
398397
t.Parallel()
399398

400399
context := map[string]interface{}{
@@ -1308,9 +1307,8 @@ func TestAccCloudRunService_withCreationOnlyAttribution(t *testing.T) {
13081307
}
13091308

13101309
func TestAccCloudRunService_withProactiveAttribution(t *testing.T) {
1311-
// trigger tests for VCR comment testing
1312-
<!-- // VCR tests cache provider configuration between steps, this test changes provider configuration and fails under VCR.
1313-
acctest.SkipIfVcr(t) -->
1310+
// VCR tests cache provider configuration between steps, this test changes provider configuration and fails under VCR.
1311+
// acctest.SkipIfVcr(t)
13141312
t.Parallel()
13151313

13161314
suffix := acctest.RandString(t, 10)

0 commit comments

Comments
 (0)