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 68df38e + 90de8bf commit 9018639Copy full SHA for 9018639
test/e2e/azure_test.go
@@ -1112,6 +1112,7 @@ var _ = Describe("Workload cluster creation", func() {
1112
// the `AZURE_EDGEZONE_CONTROL_PLANE_MACHINE_TYPE` and `AZURE_EDGEZONE_NODE_MACHINE_TYPE` environment variables.
1113
Context("Creating clusters on public MEC [OPTIONAL]", func() {
1114
It("with 1 control plane nodes and 1 worker node", func() {
1115
+ Skip("Skipping public MEC test until a new edgezone is available")
1116
By("using user-assigned identity")
1117
clusterName = getClusterName(clusterNamePrefix, "edgezone")
1118
clusterctl.ApplyClusterTemplateAndWait(ctx, createApplyClusterTemplateInput(
0 commit comments