Skip to content

Commit 4ed521a

Browse files
rsoaresdmfrancisc
andauthored
disable ui e2e tests (codeready-toolchain#1205)
Co-authored-by: Francisc Munteanu <fmuntean@redhat.com>
1 parent d156db6 commit 4ed521a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/test.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ TESTS_RUN_FILTER_REGEXP ?= ""
4242
.PHONY: test-e2e
4343
## Run the e2e tests
4444
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
45+
test-e2e: prepare-e2e verify-migration-and-deploy-e2e e2e-run-parallel e2e-run e2e-run-metrics
4646
@echo "The tests successfully finished"
4747
@echo "To clean the cluster run 'make clean-e2e-resources'"
4848

0 commit comments

Comments
 (0)