Skip to content

Commit

Permalink
Merge pull request #977 from jichenjc/update_flavor
Browse files Browse the repository at this point in the history
Update flavor usage of e2e test
  • Loading branch information
k8s-ci-robot authored Aug 25, 2021
2 parents 7939091 + fec4f2a commit 881c24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/suites/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ var _ = Describe("e2e tests", func() {
configCluster := defaultConfigCluster(clusterName, namespace.Name)
configCluster.ControlPlaneMachineCount = pointer.Int64Ptr(1)
configCluster.WorkerMachineCount = pointer.Int64Ptr(1)
configCluster.Flavor = shared.FlavorDefault
configCluster.Flavor = shared.FlavorWithoutLB
_ = createCluster(ctx, configCluster, specName)

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

0 comments on commit 881c24b

Please sign in to comment.