summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2022-01-06 07:56:32 -0500
committerEdward Thomson <ethomson@edwardthomson.com>2022-01-13 09:36:08 -0500
commitc104a56536fa7bac0c1d0702623ebbc769babd03 (patch)
treecda4a906badb4b5e2cdeb88c1d2e6957ccd061eb /ci
parentcd261af21868aed552e3e4277868441d10ac46e1 (diff)
downloadlibgit2-c104a56536fa7bac0c1d0702623ebbc769babd03.tar.gz
ci: stop retrying "flaky" tests
We (thankfully) don't have flaky tests anymore, don't retry them.
Diffstat (limited to 'ci')
-rwxr-xr-xci/test.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/ci/test.sh b/ci/test.sh
index e8c111dda..bcbda902a 100755
--- a/ci/test.sh
+++ b/ci/test.sh
@@ -188,9 +188,7 @@ if [ -z "$SKIP_ONLINE_TESTS" ]; then
echo "## Running (online) tests"
echo "##############################################################################"
- export GITTEST_FLAKY_RETRY=5
run_test online
- unset GITTEST_FLAKY_RETRY
# Run the online tests that immutably change global state separately
# to avoid polluting the test environment.
@@ -231,9 +229,7 @@ if [ -z "$SKIP_PROXY_TESTS" ]; then
export GITTEST_REMOTE_PROXY_HOST="localhost:8090"
export GITTEST_REMOTE_PROXY_USER="foo"
export GITTEST_REMOTE_PROXY_PASS="bar"
- export GITTEST_FLAKY_RETRY=5
run_test proxy
- unset GITTEST_FLAKY_RETRY
unset GITTEST_REMOTE_PROXY_HOST
unset GITTEST_REMOTE_PROXY_USER
unset GITTEST_REMOTE_PROXY_PASS