@@ -204,7 +204,7 @@ var _ = Describe("Workload cluster creation", func() {
204204 specName ,
205205 withNamespace (namespace .Name ),
206206 withClusterName (clusterName ),
207- withControlPlaneMachineCount (3 ),
207+ withControlPlaneMachineCount (1 ),
208208 withWorkerMachineCount (2 ),
209209 withControlPlaneInterval (specName , "wait-control-plane-ha" ),
210210 withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
@@ -290,7 +290,7 @@ var _ = Describe("Workload cluster creation", func() {
290290 withFlavor ("azure-cni-v1" ),
291291 withNamespace (namespace .Name ),
292292 withClusterName (clusterName ),
293- withControlPlaneMachineCount (3 ),
293+ withControlPlaneMachineCount (1 ),
294294 withWorkerMachineCount (2 ),
295295 withControlPlaneInterval (specName , "wait-control-plane-ha" ),
296296 withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
@@ -462,7 +462,7 @@ var _ = Describe("Workload cluster creation", func() {
462462 withFlavor ("ipv6" ),
463463 withNamespace (namespace .Name ),
464464 withClusterName (clusterName ),
465- withControlPlaneMachineCount (3 ),
465+ withControlPlaneMachineCount (1 ),
466466 withWorkerMachineCount (1 ),
467467 withControlPlaneInterval (specName , "wait-control-plane-ha" ),
468468 withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
0 commit comments