Skip to content

Commit 90de8bf

Browse files
committed
Skip MEC e2e test as edgezone microsoftvancouver1 is decommissioned
1 parent 56259aa commit 90de8bf

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

0 commit comments

Comments
 (0)