Skip to content

Commit c255dd0

Browse files
authored
Merge pull request #3710 from nojnhuh/azwi-toggle
allow AZWI opt-out for e2e tests
2 parents c774775 + 13afb57 commit c255dd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ CLUSTER_TEMPLATE ?= cluster-template.yaml
183183
MANAGED_CLUSTER_TEMPLATE ?= cluster-template-aks.yaml
184184

185185
export KIND_CLUSTER_NAME ?= capz
186+
export AZWI ?= true
186187

187188
## --------------------------------------
188189
## Binaries
@@ -669,7 +670,7 @@ test-cover: test ## Run tests with code coverage and generate reports.
669670

670671
.PHONY: kind-create-bootstrap
671672
kind-create-bootstrap: $(KUBECTL) ## Create capz kind bootstrap cluster.
672-
export AZWI=true KIND_CLUSTER_NAME=capz-e2e && ./scripts/kind-with-registry.sh
673+
export KIND_CLUSTER_NAME=capz-e2e && ./scripts/kind-with-registry.sh
673674

674675
.PHONY: test-e2e-run
675676
test-e2e-run: generate-e2e-templates install-tools kind-create-bootstrap ## Run e2e tests.

0 commit comments

Comments
 (0)