Skip to content

Commit 13dbcab

Browse files
fix(storage): Remove flaky test for bucket's location change (#13912) (#22832)
[upstream:d687b22a08c961649fc7b5005870660ccd813fc7] Signed-off-by: Modular Magician <[email protected]>
1 parent b282527 commit 13dbcab

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

google/services/storage/resource_storage_bucket_test.go

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -697,21 +697,6 @@ func TestAccStorageBucket_storageClass(t *testing.T) {
697697
ImportStateVerify: true,
698698
ImportStateVerifyIgnore: []string{"force_destroy"},
699699
},
700-
{
701-
Config: testAccStorageBucket_storageClass(bucketName, "REGIONAL", "US-CENTRAL1"),
702-
Check: resource.ComposeTestCheckFunc(
703-
testAccCheckStorageBucketExists(
704-
t, "google_storage_bucket.bucket", bucketName, &updated),
705-
// Location change causes recreate
706-
testAccCheckStorageBucketWasRecreated(&updated, &bucket),
707-
),
708-
},
709-
{
710-
ResourceName: "google_storage_bucket.bucket",
711-
ImportState: true,
712-
ImportStateVerify: true,
713-
ImportStateVerifyIgnore: []string{"force_destroy"},
714-
},
715700
},
716701
})
717702
}

0 commit comments

Comments
 (0)