We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d156db6 commit 4ed521aCopy full SHA for 4ed521a
make/test.mk
@@ -42,7 +42,7 @@ TESTS_RUN_FILTER_REGEXP ?= ""
42
.PHONY: test-e2e
43
## Run the e2e tests
44
test-e2e: INSTALL_OPERATOR=true
45
-test-e2e: prepare-e2e verify-migration-and-deploy-e2e e2e-run-parallel e2e-run e2e-run-metrics test-ui-e2e
+test-e2e: prepare-e2e verify-migration-and-deploy-e2e e2e-run-parallel e2e-run e2e-run-metrics
46
@echo "The tests successfully finished"
47
@echo "To clean the cluster run 'make clean-e2e-resources'"
48
0 commit comments