Skip to content

Commit d5d1631

Browse files
authored
Merge pull request #5869 from k8s-infra-cherrypick-robot/cherry-pick-5866-to-release-1.20
[release-1.20] Skip AKS Fleet e2e test
2 parents 95d101c + 4969d20 commit d5d1631

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

test/e2e/azure_test.go

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -749,12 +749,7 @@ var _ = Describe("Workload cluster creation", func() {
749749
})
750750

751751
By("attaching the cluster to azure fleet", func() {
752-
AKSFleetsMemberSpec(ctx, func() AKSFleetsMemberInput {
753-
return AKSFleetsMemberInput{
754-
Cluster: result.Cluster,
755-
WaitIntervals: e2eConfig.GetIntervals(specName, "wait-machine-pool-nodes"),
756-
}
757-
})
752+
Log("Skipping Fleet test. Depends on https://github.com/Azure/azure-service-operator/issues/4935")
758753
})
759754

760755
By("Upgrading the Kubernetes version of the cluster", func() {

0 commit comments

Comments
 (0)