Skip to content

Commit 16ab1d9

Browse files
committed
Try 3 cp
1 parent e3227a2 commit 16ab1d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/e2e/azure_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,14 +199,15 @@ var _ = Describe("Workload cluster creation", func() {
199199
Context("Creating a highly available cluster [REQUIRED]", func() {
200200
It("With 3 control-plane nodes and 2 Linux and 2 Windows worker nodes", func() {
201201
Expect(os.Setenv("KUBERNETES_VERSION", "v1.33.2")).To(Succeed())
202+
Expect(os.Setenv("SKIP_CLEANUP", "true")).To(Succeed())
202203
clusterName = getClusterName(clusterNamePrefix, "ha")
203204

204205
clusterctl.ApplyClusterTemplateAndWait(ctx, createApplyClusterTemplateInput(
205206
specName,
206207
withNamespace(namespace.Name),
207208
withClusterName(clusterName),
208209
withFlavor("azl3"),
209-
withControlPlaneMachineCount(1),
210+
withControlPlaneMachineCount(3),
210211
withWorkerMachineCount(2),
211212
withControlPlaneInterval(specName, "wait-control-plane-ha"),
212213
withControlPlaneWaiters(clusterctl.ControlPlaneWaiters{

0 commit comments

Comments
 (0)