Skip to content

Commit c77c008

Browse files
authored
Merge pull request #3165 from mboersma/disable-vmss-flex-test
Skip test pending fix for VMSS Flex API changes
2 parents 9b5fa22 + 246bf51 commit c77c008

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/azure_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,7 @@ var _ = Describe("Workload cluster creation", func() {
517517
// resource group. Override these defaults by setting the USER_IDENTITY and CI_RG environment variables.
518518
Context("Creating a cluster that uses the external cloud provider and machinepools [OPTIONAL]", func() {
519519
It("with 1 control plane node and 1 machinepool", func() {
520+
Skip("VMSS Flex test disabled pending fix for API changes")
520521
By("using user-assigned identity")
521522
clusterName = getClusterName(clusterNamePrefix, "flex")
522523
clusterctl.ApplyClusterTemplateAndWait(ctx, createApplyClusterTemplateInput(

0 commit comments

Comments
 (0)