We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95d101c + 4969d20 commit d5d1631Copy full SHA for d5d1631
test/e2e/azure_test.go
@@ -749,12 +749,7 @@ var _ = Describe("Workload cluster creation", func() {
749
})
750
751
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
- })
+ Log("Skipping Fleet test. Depends on https://github.com/Azure/azure-service-operator/issues/4935")
758
759
760
By("Upgrading the Kubernetes version of the cluster", func() {
0 commit comments