Skip to content

Commit 881c24b

Browse files
authored
Merge pull request #977 from jichenjc/update_flavor
Update flavor usage of e2e test
2 parents 7939091 + fec4f2a commit 881c24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/suites/e2e/e2e_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ var _ = Describe("e2e tests", func() {
136136
configCluster := defaultConfigCluster(clusterName, namespace.Name)
137137
configCluster.ControlPlaneMachineCount = pointer.Int64Ptr(1)
138138
configCluster.WorkerMachineCount = pointer.Int64Ptr(1)
139-
configCluster.Flavor = shared.FlavorDefault
139+
configCluster.Flavor = shared.FlavorWithoutLB
140140
_ = createCluster(ctx, configCluster, specName)
141141

142142
shared.Byf("Creating MachineDeployment with custom port options")

0 commit comments

Comments
 (0)