Skip to content

Commit 765ec84

Browse files
author
bowenislandsong
committed
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 a90b83a commit 765ec84

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
@@ -139,7 +139,7 @@ e2e-local-docker:
139139
. ./scripts/run_e2e_docker.sh $(TEST)
140140

141141
e2e-operator-metrics:
142-
go test -v $(MOD_FLAGS) -failfast -timeout 70m ./test/rh-operators/...
142+
go test -v $(MOD_FLAGS) -timeout 70m ./test/rh-operators/...
143143

144144
vendor:
145145
go mod tidy

0 commit comments

Comments
 (0)