Skip to content

Commit 6c02c55

Browse files
container: unskipped VCR for TestAccContainerCluster_privateRegistry (#12217) (#8611)
[upstream:b92674846d913cbb391136e5f79df8db9aae5e49] Signed-off-by: Modular Magician <magic-modules@google.com>
1 parent 686ea57 commit 6c02c55

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.changelog/12217.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/services/container/resource_container_cluster_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11757,7 +11757,6 @@ resource "google_container_cluster" "with_autopilot" {
1175711757

1175811758
func TestAccContainerCluster_privateRegistry(t *testing.T) {
1175911759
// This test also checks containerd_config and its updates
11760-
acctest.SkipIfVcr(t)
1176111760
t.Parallel()
1176211761

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

0 commit comments

Comments
 (0)