Skip to content

Commit

Permalink
container: unskip VCR for TestAccContainerCluster_privateRegistry
Browse files Browse the repository at this point in the history
  • Loading branch information
wyardley committed Oct 31, 2024
1 parent 13c97ee commit 741cf36
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11803,7 +11803,6 @@ resource "google_container_cluster" "with_autopilot" {

func TestAccContainerCluster_privateRegistry(t *testing.T) {
// This test also checks containerd_config and its updates
acctest.SkipIfVcr(t)
t.Parallel()

clusterName := fmt.Sprintf("tf-test-cluster-%s", acctest.RandString(t, 10))
Expand Down

0 comments on commit 741cf36

Please sign in to comment.