Skip to content

Commit e673aa0

Browse files
container: fixed TestAccContainerNodePool_defaultDriverInstallation (#12805) (#20994)
[upstream:f79c0c2ae077d72b2e54a62debe45316b9b63e59] Signed-off-by: Modular Magician <[email protected]>
1 parent 6640fa2 commit e673aa0

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

-2
Original file line numberDiff line numberDiff line change
@@ -4660,7 +4660,6 @@ resource "google_container_node_pool" "np" {
46604660
}
46614661

46624662
func TestAccContainerNodePool_defaultDriverInstallation(t *testing.T) {
4663-
acctest.SkipIfVcr(t)
46644663
t.Parallel()
46654664

46664665
cluster := fmt.Sprintf("tf-test-cluster-%s", acctest.RandString(t, 10))
@@ -4706,7 +4705,6 @@ resource "google_container_node_pool" "np" {
47064705
location = "us-central1-a"
47074706
cluster = google_container_cluster.cluster.name
47084707
initial_node_count = 2
4709-
version = "1.30.1-gke.1329003"
47104708
47114709
node_config {
47124710
service_account = "default"

0 commit comments

Comments
 (0)