Skip to content

Commit aacd472

Browse files
GouthamMLYashwantGohokar
authored andcommitted
Avoid change service type in update shape test cases
1 parent c87b7b1 commit aacd472

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

test/e2e/cloud-provider-oci/load_balancer.go

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1150,23 +1150,11 @@ var _ = Describe("LB Properties", func() {
11501150
"10",
11511151
"100",
11521152
},
1153-
},
1154-
},
1155-
{
1156-
"Create and update flexible LB",
1157-
"flexible",
1158-
[]struct {
1159-
shape string
1160-
flexMin string
1161-
flexMax string
1162-
}{
11631153
{
11641154
"flexible",
11651155
"50",
11661156
"150",
11671157
},
1168-
// Note: We can't go back to fixed shape after converting to flexible shape.
1169-
// Use Min and Max values to be the same value to get fixed shape LB
11701158
},
11711159
},
11721160
}

0 commit comments

Comments
 (0)