Skip to content

Commit

Permalink
Try using older k8s version again
Browse files Browse the repository at this point in the history
  • Loading branch information
willie-yao committed Jan 18, 2024
1 parent 73348e3 commit 23076cd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions test/e2e/azure_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,15 @@ var _ = Describe("Workload cluster creation", func() {
}),
), result)

By("adding a marketplace extension", func() {
AKSMarketplaceExtensionSpec(ctx, func() AKSMarketplaceExtensionSpecInput {
return AKSMarketplaceExtensionSpecInput{
Cluster: result.Cluster,
WaitIntervals: e2eConfig.GetIntervals(specName, "wait-machine-pool-nodes"),
}
})
})

By("attaching the cluster to azure fleet", func() {
AKSFleetsMemberSpec(ctx, func() AKSFleetsMemberInput {
return AKSFleetsMemberInput{
Expand Down Expand Up @@ -791,15 +800,6 @@ var _ = Describe("Workload cluster creation", func() {
}
})
})

By("adding a marketplace extension", func() {
AKSMarketplaceExtensionSpec(ctx, func() AKSMarketplaceExtensionSpecInput {
return AKSMarketplaceExtensionSpecInput{
Cluster: result.Cluster,
WaitIntervals: e2eConfig.GetIntervals(specName, "wait-machine-pool-nodes"),
}
})
})
})
})

Expand Down

0 comments on commit 23076cd

Please sign in to comment.