Skip to content

Commit d80105a

Browse files
Re-enabled TestAccComposerEnvironment_UpdateComposerV2WithTriggerer (#9700) (#6790)
[upstream:fe41e368277a676f9fa522639dfba3dd29816e54] Signed-off-by: Modular Magician <[email protected]>
1 parent ed33a1c commit d80105a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.changelog/9700.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/services/composer/resource_composer_environment_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,8 +560,6 @@ func TestAccComposerEnvironment_ComposerV2HighResilience(t *testing.T) {
560560
}
561561

562562
func TestAccComposerEnvironment_UpdateComposerV2WithTriggerer(t *testing.T) {
563-
// TODO: This test was seemingly working, but then started to re-run on every gcbrun https://github.com/hashicorp/terraform-provider-google/issues/14160
564-
acctest.SkipIfVcr(t)
565563
t.Parallel()
566564

567565
envName := fmt.Sprintf("%s-%d", testComposerEnvironmentPrefix, acctest.RandInt(t))

0 commit comments

Comments
 (0)