Skip to content

Commit c104a56

Browse files
committed
ci: stop retrying "flaky" tests
We (thankfully) don't have flaky tests anymore, don't retry them.
1 parent cd261af commit c104a56

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ci/test.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,7 @@ if [ -z "$SKIP_ONLINE_TESTS" ]; then
188188
echo "## Running (online) tests"
189189
echo "##############################################################################"
190190

191-
export GITTEST_FLAKY_RETRY=5
192191
run_test online
193-
unset GITTEST_FLAKY_RETRY
194192

195193
# Run the online tests that immutably change global state separately
196194
# to avoid polluting the test environment.
@@ -231,9 +229,7 @@ if [ -z "$SKIP_PROXY_TESTS" ]; then
231229
export GITTEST_REMOTE_PROXY_HOST="localhost:8090"
232230
export GITTEST_REMOTE_PROXY_USER="foo"
233231
export GITTEST_REMOTE_PROXY_PASS="bar"
234-
export GITTEST_FLAKY_RETRY=5
235232
run_test proxy
236-
unset GITTEST_FLAKY_RETRY
237233
unset GITTEST_REMOTE_PROXY_HOST
238234
unset GITTEST_REMOTE_PROXY_USER
239235
unset GITTEST_REMOTE_PROXY_PASS

0 commit comments

Comments
 (0)