Skip to content

Commit d7048c2

Browse files
authored
skip flex tests in advanced_cluster test group until fixed (#3862)
1 parent e6f4516 commit d7048c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/service/advancedcluster/resource_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ var (
4848

4949
func testAccAdvancedClusterFlexUpgrade(t *testing.T, projectID, clusterName, instanceSize string, includeDedicated bool) resource.TestCase {
5050
t.Helper()
51+
t.Skip("Skipping until CLOUDP-357683 is implemented")
5152
defaultZoneName := "Zone 1" // Uses backend default as in existing tests
5253

5354
// 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

Comments
 (0)