We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aafc86a commit 17835c9Copy full SHA for 17835c9
internal/testutil/acc/advanced_cluster.go
@@ -61,7 +61,7 @@ func TestStepImportCluster(resourceName string, ignorePrefixFields ...string) re
61
// However, as import doesn't have a previous state to compare with, import will always fill them.
62
// This will make these fields differ in the state, although the plan change won't be shown to the user as they're computed values.
63
if !config.AdvancedClusterV2Schema() {
64
- ignorePrefixFields = append(ignorePrefixFields, "replication_specs")
+ ignorePrefixFields = append(ignorePrefixFields, "replication_specs", "id") // TenantUpgrade changes the ID and can make the test flaky
65
}
66
return resource.TestStep{
67
ResourceName: resourceName,
0 commit comments