Skip to content

Commit 7f71b73

Browse files
Skip flaky test TestAccRegionInstanceGroupManager_stateful (#7242) (#5183)
Signed-off-by: Modular Magician <[email protected]>
1 parent 1201312 commit 7f71b73

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.changelog/7242.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/resource_compute_region_instance_group_manager_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,8 @@ func TestAccRegionInstanceGroupManager_distributionPolicy(t *testing.T) {
369369
}
370370

371371
func TestAccRegionInstanceGroupManager_stateful(t *testing.T) {
372+
// TODO: Flaky test due to ordering of IPs https://github.com/hashicorp/terraform-provider-google/issues/13430
373+
t.Skip()
372374
t.Parallel()
373375

374376
template := fmt.Sprintf("tf-test-rigm-%s", randString(t, 10))

0 commit comments

Comments
 (0)