@@ -853,16 +853,17 @@ var _ = Describe("Workload cluster creation", func() {
853
853
})
854
854
})
855
855
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
- })
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
+ // })
866
867
867
868
By ("modifying custom patches" , func () {
868
869
AKSPatchSpec (ctx , func () AKSPatchSpecInput {
0 commit comments