Skip to content

Commit

Permalink
Avoid change service type in update shape test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
GouthamML authored and YashwantGohokar committed Jun 24, 2024
1 parent cae4de0 commit a39f49e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions test/e2e/cloud-provider-oci/load_balancer.go
Original file line number Diff line number Diff line change
Expand Up @@ -1150,23 +1150,11 @@ var _ = Describe("LB Properties", func() {
"10",
"100",
},
},
},
{
"Create and update flexible LB",
"flexible",
[]struct {
shape string
flexMin string
flexMax string
}{
{
"flexible",
"50",
"150",
},
// Note: We can't go back to fixed shape after converting to flexible shape.
// Use Min and Max values to be the same value to get fixed shape LB
},
},
}
Expand Down

0 comments on commit a39f49e

Please sign in to comment.