File tree Expand file tree Collapse file tree
mmv1/third_party/terraform/services/cloudrun Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -391,10 +391,9 @@ resource "google_cloud_run_service" "default" {
391391}
392392
393393func 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
13101309func 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)
You can’t perform that action at this time.
0 commit comments