Skip to content

Commit

Permalink
Skip the failed cluster creation test in vcr (#7199) (#13629)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Feb 1, 2023
1 parent cfe86c8 commit fa6b775
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/7199.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
1 change: 1 addition & 0 deletions google/resource_container_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit fa6b775

Please sign in to comment.