We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fcfe8a commit 9629ca6Copy full SHA for 9629ca6
Makefile
@@ -179,7 +179,7 @@ e2e-tests: e2e-substitutions cluster-templates ## This target should be called f
179
$(CONTAINER_RUNTIME) pull $$image; \
180
done
181
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) \
+ -ginkgo.timeout=6h -ginkgo.v -ginkgo.trace -ginkgo.progress -ginkgo.noColor=$(GINKGO_NOCOLOR) \
183
-ginkgo.focus="$(GINKGO_FOCUS)" $(_SKIP_ARGS) \
184
-e2e.artifacts-folder="$(ARTIFACTS)" \
185
-e2e.config="$(E2E_CONF_FILE_ENVSUBST)" \
0 commit comments