Skip to content

Commit 4e1c83c

Browse files
authored
Remove serverless to dedicated test case (#2958)
1 parent 4d1a1b4 commit 4e1c83c

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

test/e2e2/flex2dedicated/project_with_serverless_cluster.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

test/e2e2/flex_to_dedicated_test.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -271,12 +271,6 @@ var _ = Describe("Flex to Dedicated Upgrade", Ordered, Label("flex-to-dedicated"
271271
yml.MustParseObjects(yml.MustOpen(flex2dedicated, "flex2dedicated/sharded_cluster_upgrade.yaml")),
272272
"failed to upgrade cluster: upgrade from shared to dedicated is not supported",
273273
),
274-
Entry(
275-
"Cannot upgrade a serverless cluster to dedicated",
276-
yml.MustParseObjects(yml.MustOpen(flex2dedicated, "flex2dedicated/project_with_serverless_cluster.yaml")),
277-
yml.MustParseObjects(yml.MustOpen(flex2dedicated, "flex2dedicated/sharded_cluster_upgrade.yaml")),
278-
"failed to upgrade cluster: upgrade from serverless to dedicated is not supported",
279-
),
280274
Entry(
281275
"Cannot upgrade a flex cluster to dedicated with wrong spec",
282276
yml.MustParseObjects(yml.MustOpen(flex2dedicated, "flex2dedicated/project_with_flex_cluster.yaml")),

0 commit comments

Comments
 (0)