Skip to content

Commit b0aa34d

Browse files
committed
Revert cp machine count to 3
1 parent 6f7d0e3 commit b0aa34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/azure_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ var _ = Describe("Workload cluster creation", func() {
290290
withFlavor("azure-cni-v1"),
291291
withNamespace(namespace.Name),
292292
withClusterName(clusterName),
293-
withControlPlaneMachineCount(1),
293+
withControlPlaneMachineCount(3),
294294
withWorkerMachineCount(2),
295295
withControlPlaneInterval(specName, "wait-control-plane-ha"),
296296
withControlPlaneWaiters(clusterctl.ControlPlaneWaiters{

0 commit comments

Comments
 (0)