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 5667acc commit 7f02e1bCopy full SHA for 7f02e1b
test/e2e/cloud-provider-oci/load_balancer.go
@@ -1150,23 +1150,11 @@ var _ = Describe("LB Properties", func() {
1150
"10",
1151
"100",
1152
},
1153
- },
1154
1155
- {
1156
- "Create and update flexible LB",
1157
- "flexible",
1158
- []struct {
1159
- shape string
1160
- flexMin string
1161
- flexMax string
1162
- }{
1163
{
1164
"flexible",
1165
"50",
1166
"150",
1167
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
1170
1171
1172
}
0 commit comments