Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions test/e2e/azure_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1112,6 +1112,7 @@ var _ = Describe("Workload cluster creation", func() {
// the `AZURE_EDGEZONE_CONTROL_PLANE_MACHINE_TYPE` and `AZURE_EDGEZONE_NODE_MACHINE_TYPE` environment variables.
Context("Creating clusters on public MEC [OPTIONAL]", func() {
It("with 1 control plane nodes and 1 worker node", func() {
Skip("Skipping public MEC test until a new edgezone is available")
By("using user-assigned identity")
clusterName = getClusterName(clusterNamePrefix, "edgezone")
clusterctl.ApplyClusterTemplateAndWait(ctx, createApplyClusterTemplateInput(
Expand Down