Skip to content

Commit fc5a8a8

Browse files
authored
Merge pull request #4904 from k8s-infra-cherrypick-robot/cherry-pick-4900-to-release-1.14
[release-1.14] Skip MEC e2e test
2 parents 9bf64b9 + 6c04c35 commit fc5a8a8

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
@@ -1047,6 +1047,7 @@ var _ = Describe("Workload cluster creation", func() {
10471047
// the `AZURE_EDGEZONE_CONTROL_PLANE_MACHINE_TYPE` and `AZURE_EDGEZONE_NODE_MACHINE_TYPE` environment variables.
10481048
Context("Creating clusters on public MEC [OPTIONAL]", func() {
10491049
It("with 1 control plane nodes and 1 worker node", func() {
1050+
Skip("Skipping public MEC test until a new edgezone is available")
10501051
By("using user-assigned identity")
10511052
clusterName = getClusterName(clusterNamePrefix, "edgezone")
10521053
clusterctl.ApplyClusterTemplateAndWait(ctx, createApplyClusterTemplateInput(

0 commit comments

Comments
 (0)