Skip to content

Commit

Permalink
maybe fix flakes test
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Henriksen <[email protected]>
  • Loading branch information
mhenriks committed Sep 27, 2020
1 parent b39d7e5 commit 007ea30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/repeated_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ for lane in "${TEST_LANES[@]}"; do
for i in $(seq 1 "$NUM_TESTS"); do
echo "test lane: $lane, run: $i"
make cluster-sync
ginko_params="--ginkgo.noColor --ginkgo.succinct -ginkgo.slowSpecThreshold=30 --ginkgo.focus=${NEW_TESTS} --ginkgo.regexScansFilePath=true"
ginko_params="-noColor -succinct -slowSpecThreshold=30 -focus=${NEW_TESTS} -regexScansFilePath=true"
FUNC_TEST_ARGS="$ginko_params" make functest
if [[ $? -ne 0 ]]; then
echo "test lane: $lane, run: $i, tests failed!"
Expand Down

0 comments on commit 007ea30

Please sign in to comment.