Skip to content

Commit 05c85d0

Browse files
Merge pull request #1592 from Bowenislandsong/e2e-operator-failfast
Remove failfast from operator e2e test
2 parents 07ca9ad + 765ec84 commit 05c85d0

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)