Skip to content

Commit 8aea499

Browse files
Merge pull request #1614 from openshift-cherrypick-robot/cherry-pick-1592-to-release-4.5
[release-4.5] Bug 1852443: Remove failfast from operator e2e test
2 parents 56976b6 + c37590f commit 8aea499

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)