Skip to content

Commit f05ef21

Browse files
committed
Revert "Skip AKS BYO nodepool test"
This reverts commit 02e5ad2.
1 parent 02bc67d commit f05ef21

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

test/e2e/azure_test.go

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -853,17 +853,16 @@ var _ = Describe("Workload cluster creation", func() {
853853
})
854854
})
855855

856-
// TODO: restore when new CAPZ reference images are published
857-
// By("creating a byo nodepool", func() {
858-
// AKSBYONodeSpec(ctx, func() AKSBYONodeSpecInput {
859-
// return AKSBYONodeSpecInput{
860-
// Cluster: result.Cluster,
861-
// KubernetesVersion: kubernetesVersion,
862-
// WaitIntervals: e2eConfig.GetIntervals(specName, "wait-worker-nodes"),
863-
// ExpectedWorkerNodes: result.ExpectedWorkerNodes(),
864-
// }
865-
// })
866-
// })
856+
By("creating a byo nodepool", func() {
857+
AKSBYONodeSpec(ctx, func() AKSBYONodeSpecInput {
858+
return AKSBYONodeSpecInput{
859+
Cluster: result.Cluster,
860+
KubernetesVersion: kubernetesVersion,
861+
WaitIntervals: e2eConfig.GetIntervals(specName, "wait-worker-nodes"),
862+
ExpectedWorkerNodes: result.ExpectedWorkerNodes(),
863+
}
864+
})
865+
})
867866

868867
By("modifying custom patches", func() {
869868
AKSPatchSpec(ctx, func() AKSPatchSpecInput {

0 commit comments

Comments
 (0)