Skip to content

Commit

Permalink
Fix the testcase for VPC Cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
hkantare committed Aug 9, 2021
1 parent 63fe0a1 commit 337cf0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibm/resource_ibm_container_vpc_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func TestAccIBMContainerVpcClusterBasic(t *testing.T) {
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{
"wait_till", "update_all_workers", "kms_config"},
"wait_till", "update_all_workers", "kms_config", "force_delete_storage", "wait_for_worker_update"},
},
},
})
Expand Down

0 comments on commit 337cf0a

Please sign in to comment.