Skip to content

Commit 4969d20

Browse files
nojnhuhk8s-infra-cherrypick-robot
authored andcommitted
Skip AKS Fleet e2e test
1 parent 95d101c commit 4969d20

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)