Skip to content

Commit

Permalink
Merge pull request #5154 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…5151-to-release-1.16

[release-1.16] Skip AKS BYO nodepool test
  • Loading branch information
k8s-ci-robot authored Oct 1, 2024
2 parents 68c1f24 + 302b745 commit 344da7d
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 344da7d

Please sign in to comment.