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 9bf64b9 + 6c04c35 commit fc5a8a8Copy full SHA for fc5a8a8
test/e2e/azure_test.go
@@ -1047,6 +1047,7 @@ var _ = Describe("Workload cluster creation", func() {
1047
// the `AZURE_EDGEZONE_CONTROL_PLANE_MACHINE_TYPE` and `AZURE_EDGEZONE_NODE_MACHINE_TYPE` environment variables.
1048
Context("Creating clusters on public MEC [OPTIONAL]", func() {
1049
It("with 1 control plane nodes and 1 worker node", func() {
1050
+ Skip("Skipping public MEC test until a new edgezone is available")
1051
By("using user-assigned identity")
1052
clusterName = getClusterName(clusterNamePrefix, "edgezone")
1053
clusterctl.ApplyClusterTemplateAndWait(ctx, createApplyClusterTemplateInput(
0 commit comments