Skip to content

Commit

Permalink
Skip AKS BYO nodepool test
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Sep 30, 2024
1 parent e2a596f commit 02e5ad2
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions test/e2e/azure_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -853,16 +853,17 @@ var _ = Describe("Workload cluster creation", func() {
})
})

By("creating a byo nodepool", func() {
AKSBYONodeSpec(ctx, func() AKSBYONodeSpecInput {
return AKSBYONodeSpecInput{
Cluster: result.Cluster,
KubernetesVersion: kubernetesVersion,
WaitIntervals: e2eConfig.GetIntervals(specName, "wait-worker-nodes"),
ExpectedWorkerNodes: result.ExpectedWorkerNodes(),
}
})
})
// TODO: restore when new CAPZ reference images are published
// By("creating a byo nodepool", func() {
// AKSBYONodeSpec(ctx, func() AKSBYONodeSpecInput {
// return AKSBYONodeSpecInput{
// Cluster: result.Cluster,
// KubernetesVersion: kubernetesVersion,
// WaitIntervals: e2eConfig.GetIntervals(specName, "wait-worker-nodes"),
// ExpectedWorkerNodes: result.ExpectedWorkerNodes(),
// }
// })
// })

By("modifying custom patches", func() {
AKSPatchSpec(ctx, func() AKSPatchSpecInput {
Expand Down

0 comments on commit 02e5ad2

Please sign in to comment.