Skip to content

Commit 25d0c1b

Browse files
authored
Merge pull request #2930 from nojnhuh/e2e-aks-machinepool-fix
[release-1.6] fix machine pool wait in AKS e2e test
2 parents 9a10942 + bdd16be commit 25d0c1b

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
@@ -627,7 +627,7 @@ var _ = Describe("Workload cluster creation", func() {
627627
},
628628
WaitForClusterIntervals: e2eConfig.GetIntervals(specName, "wait-cluster"),
629629
WaitForControlPlaneIntervals: e2eConfig.GetIntervals(specName, "wait-control-plane-ha"),
630-
WaitForMachineDeployments: e2eConfig.GetIntervals(specName, "wait-worker-nodes"),
630+
WaitForMachinePools: e2eConfig.GetIntervals(specName, "wait-worker-nodes"),
631631
ControlPlaneWaiters: clusterctl.ControlPlaneWaiters{
632632
WaitForControlPlaneInitialized: EnsureControlPlaneInitialized,
633633
},

0 commit comments

Comments
 (0)