Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changelog/17771.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
unknown: Re-enable networkPerformanceConfig test
Original file line number Diff line number Diff line change
Expand Up @@ -862,10 +862,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)
Expand Down