Skip to content

Commit 788eabe

Browse files
author
Shiyang Wang
committed
expose until-it-fails param
1 parent 302aab9 commit 788eabe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hack/ginkgo-e2e.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ elif [[ ${GINKGO_PARALLEL} =~ ^[yY]$ ]]; then
104104
ginkgo_args+=("--nodes=25")
105105
fi
106106

107+
if [[ "${GINKGO_UNTIL_IT_FAILS:-}" == true ]]; then
108+
ginkgo_args+=("--untilItFails=true")
109+
fi
110+
107111
FLAKE_ATTEMPTS=1
108112
if [[ "${GINKGO_TOLERATE_FLAKES}" == "y" ]]; then
109113
FLAKE_ATTEMPTS=2

0 commit comments

Comments
 (0)