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 9b5fa22 + 246bf51 commit c77c008Copy full SHA for c77c008
test/e2e/azure_test.go
@@ -517,6 +517,7 @@ var _ = Describe("Workload cluster creation", func() {
517
// resource group. Override these defaults by setting the USER_IDENTITY and CI_RG environment variables.
518
Context("Creating a cluster that uses the external cloud provider and machinepools [OPTIONAL]", func() {
519
It("with 1 control plane node and 1 machinepool", func() {
520
+ Skip("VMSS Flex test disabled pending fix for API changes")
521
By("using user-assigned identity")
522
clusterName = getClusterName(clusterNamePrefix, "flex")
523
clusterctl.ApplyClusterTemplateAndWait(ctx, createApplyClusterTemplateInput(
0 commit comments