Skip to content
Merged
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 tests/pr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ func setupOptions(t *testing.T, prefix string, terraformDir string, ocpVersion s
// workaround for the issue https://github.ibm.com/GoldenEye/issues/issues/10743
// when the issue is fixed on IKS, so the destruction of default workers pool is correctly managed on provider/clusters service the next two entries should be removed
"'module.ocp_base.ibm_container_vpc_worker_pool.autoscaling_pool[\"default\"]'",
"'module.ocp_base.ibm_container_vpc_worker_pool.pool[\"default\"]'",
},
})

Expand Down