Skip to content

Commit 34b175a

Browse files
container: unskipped VCR for TestAccContainerCluster_privateRegistry (#12217) (#20167)
[upstream:b92674846d913cbb391136e5f79df8db9aae5e49] Signed-off-by: Modular Magician <[email protected]>
1 parent b51d491 commit 34b175a

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

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

1072610726
func TestAccContainerCluster_privateRegistry(t *testing.T) {
1072710727
// This test also checks containerd_config and its updates
10728-
acctest.SkipIfVcr(t)
1072910728
t.Parallel()
1073010729

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

0 commit comments

Comments
 (0)