Skip to content

Commit

Permalink
fix kubernetes package acceptance test suite to pass (#1323)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Starr-Bochicchio <[email protected]>
  • Loading branch information
loosla and andrewsomething authored Feb 3, 2025
1 parent 7458f5a commit 3684e39
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions digitalocean/kubernetes/import_kubernetes_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ import (

var (
clusterStateIgnore = []string{
"kube_config", // because kube_config was completely different for imported state
"node_pool.0.node_count", // because import test failed before DO had started the node in pool
"updated_at", // because removing default tag updates the resource outside of Terraform
"registry_integration", // registry_integration state can not be known via the API
"kube_config", // because kube_config was completely different for imported state
"node_pool.0.node_count", // because import test failed before DO had started the node in pool
"updated_at", // because removing default tag updates the resource outside of Terraform
"registry_integration", // registry_integration state can not be known via the API
"destroy_all_associated_resources", // destroy_all_associated_resources state can not be known via the API
}
)

Expand Down

0 comments on commit 3684e39

Please sign in to comment.