From 6e53edc9a375cd38e57d089a41982c1b44368154 Mon Sep 17 00:00:00 2001 From: Chun Wang Date: Sun, 31 May 2026 00:24:50 +0000 Subject: [PATCH] Re-enable networkPerformanceConfig test --- .../container/resource_container_cluster_test.go.tmpl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mmv1/third_party/terraform/services/container/resource_container_cluster_test.go.tmpl b/mmv1/third_party/terraform/services/container/resource_container_cluster_test.go.tmpl index 189b2b5ef654..a624daeb1be3 100644 --- a/mmv1/third_party/terraform/services/container/resource_container_cluster_test.go.tmpl +++ b/mmv1/third_party/terraform/services/container/resource_container_cluster_test.go.tmpl @@ -848,10 +848,6 @@ func TestAccContainerCluster_inTransitEncryptionConfig(t *testing.T) { func TestAccContainerCluster_networkPerformanceConfig(t *testing.T) { t.Parallel() - // Skip in VCR until the test issue is resolved - // https://github.com/hashicorp/terraform-provider-google/issues/24850 - acctest.SkipIfVcr(t) - clusterName := fmt.Sprintf("tf-test-cluster-%s", acctest.RandString(t, 10)) networkName := tpgcompute.BootstrapSharedTestNetwork(t, "gke-cluster") subnetworkName := tpgcompute.BootstrapSubnet(t, "gke-cluster", networkName)