Skip to content

Commit c37590f

Browse files
bowenislandsongopenshift-cherrypick-robot
authored andcommitted
Remove failfast from operator e2e test
The operator e2e test would like to resume testing regardless of some operators failed to install. This commit drops the failfast cmd in the make file which is called by the ci periodic job.
1 parent 922f6ad commit c37590f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ e2e-local-docker:
147147
. ./scripts/run_e2e_docker.sh $(TEST)
148148

149149
e2e-operator-metrics:
150-
go test -v $(MOD_FLAGS) -failfast -timeout 70m ./test/rh-operators/...
150+
go test -v $(MOD_FLAGS) -timeout 70m ./test/rh-operators/...
151151

152152
vendor:
153153
go mod tidy

0 commit comments

Comments
 (0)