Skip to content

Commit 1190f8a

Browse files
authored
Merge pull request #5151 from mboersma/skip-byob-nodepool
Skip AKS BYO nodepool test
2 parents e2a596f + 02e5ad2 commit 1190f8a

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

test/e2e/azure_test.go

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

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+
// })
866867

867868
By("modifying custom patches", func() {
868869
AKSPatchSpec(ctx, func() AKSPatchSpecInput {

0 commit comments

Comments
 (0)