Skip to content

Commit 9629ca6

Browse files
committed
remove failfast when running e2e
1 parent 7fcfe8a commit 9629ca6

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
@@ -179,7 +179,7 @@ e2e-tests: e2e-substitutions cluster-templates ## This target should be called f
179179
$(CONTAINER_RUNTIME) pull $$image; \
180180
done
181181
time go test -v -timeout 24h -tags=e2e ./test/e2e/... -args \
182-
-ginkgo.timeout=6h -ginkgo.v -ginkgo.trace -ginkgo.progress -ginkgo.failFast -ginkgo.noColor=$(GINKGO_NOCOLOR) \
182+
-ginkgo.timeout=6h -ginkgo.v -ginkgo.trace -ginkgo.progress -ginkgo.noColor=$(GINKGO_NOCOLOR) \
183183
-ginkgo.focus="$(GINKGO_FOCUS)" $(_SKIP_ARGS) \
184184
-e2e.artifacts-folder="$(ARTIFACTS)" \
185185
-e2e.config="$(E2E_CONF_FILE_ENVSUBST)" \

0 commit comments

Comments
 (0)