Skip to content

Commit 94b8621

Browse files
authored
Merge pull request #8548 from killianmuldoon/pr-e2e-fail-fast
🌱 Disable fail-fast by default for e2e tests
2 parents 8d9e5c2 + 7d4bc73 commit 94b8621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci-e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ kind:prepullAdditionalImages
5454
# Configure e2e tests
5555
export GINKGO_NODES=3
5656
export GINKGO_NOCOLOR=true
57-
export GINKGO_ARGS="${GINKGO_ARGS:-"--fail-fast"}"
57+
export GINKGO_ARGS="${GINKGO_ARGS:-""}"
5858
export E2E_CONF_FILE="${REPO_ROOT}/test/e2e/config/docker.yaml"
5959
export ARTIFACTS="${ARTIFACTS:-${REPO_ROOT}/_artifacts}"
6060
export SKIP_RESOURCE_CLEANUP=false

0 commit comments

Comments
 (0)