Skip to content

Commit 4015c26

Browse files
container: fixed TestAccContainerNodePool_defaultDriverInstallation (#12805) (#9113)
[upstream:f79c0c2ae077d72b2e54a62debe45316b9b63e59] Signed-off-by: Modular Magician <[email protected]>
1 parent 69e07b2 commit 4015c26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.changelog/12805.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
```release-note:none
2+
```

google-beta/services/container/resource_container_node_pool_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -4915,7 +4915,6 @@ resource "google_container_node_pool" "np" {
49154915
}
49164916

49174917
func TestAccContainerNodePool_defaultDriverInstallation(t *testing.T) {
4918-
acctest.SkipIfVcr(t)
49194918
t.Parallel()
49204919

49214920
cluster := fmt.Sprintf("tf-test-cluster-%s", acctest.RandString(t, 10))
@@ -4961,7 +4960,6 @@ resource "google_container_node_pool" "np" {
49614960
location = "us-central1-a"
49624961
cluster = google_container_cluster.cluster.name
49634962
initial_node_count = 2
4964-
version = "1.30.1-gke.1329003"
49654963
49664964
node_config {
49674965
service_account = "default"

0 commit comments

Comments
 (0)