We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f4516 commit d7048c2Copy full SHA for d7048c2
internal/service/advancedcluster/resource_test.go
@@ -48,6 +48,7 @@ var (
48
49
func testAccAdvancedClusterFlexUpgrade(t *testing.T, projectID, clusterName, instanceSize string, includeDedicated bool) resource.TestCase {
50
t.Helper()
51
+ t.Skip("Skipping until CLOUDP-357683 is implemented")
52
defaultZoneName := "Zone 1" // Uses backend default as in existing tests
53
54
// avoid checking plural data source to reduce risk of being impacted from failure in other test using same project, allows running in parallel
0 commit comments