From 6e8079987dfb5cdb654bc8a82d14533d8b127a26 Mon Sep 17 00:00:00 2001 From: Jan Wozniak Date: Tue, 28 May 2024 13:19:20 +0200 Subject: [PATCH] fix: e2e test regex check tag (#5831) Signed-off-by: Jan Wozniak --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index edaedf85c90..c4ad3914556 100644 --- a/Makefile +++ b/Makefile @@ -100,7 +100,7 @@ scale-node-pool: az-login ## Scale nodepool. .PHONY: e2e-regex-check e2e-regex-check: - go run -tags e2e-regex ./tests/run-all.go regex-check + go run -tags e2e ./tests/run-all.go regex-check .PHONY: e2e-test e2e-test: get-cluster-context ## Run e2e tests against Azure cluster.