From fa6b77519fe2e7481a851ca4cfe933c124f4ec08 Mon Sep 17 00:00:00 2001 From: The Magician Date: Wed, 1 Feb 2023 15:06:28 -0800 Subject: [PATCH] Skip the failed cluster creation test in vcr (#7199) (#13629) Signed-off-by: Modular Magician --- .changelog/7199.txt | 3 +++ google/resource_container_cluster_test.go | 1 + 2 files changed, 4 insertions(+) create mode 100644 .changelog/7199.txt diff --git a/.changelog/7199.txt b/.changelog/7199.txt new file mode 100644 index 00000000000..8ec013c0699 --- /dev/null +++ b/.changelog/7199.txt @@ -0,0 +1,3 @@ +```release-note:none + +``` diff --git a/google/resource_container_cluster_test.go b/google/resource_container_cluster_test.go index a743928b14f..3dd415d65b8 100644 --- a/google/resource_container_cluster_test.go +++ b/google/resource_container_cluster_test.go @@ -3797,6 +3797,7 @@ func TestAccContainerCluster_withEnablePrivateEndpointToggle(t *testing.T) { func TestAccContainerCluster_failedCreation(t *testing.T) { // Test that in a scenario where the cluster fails to create, a subsequent apply will delete the resource. + skipIfVcr(t) t.Parallel() clusterName := fmt.Sprintf("tf-test-cluster-%s", randString(t, 10))