File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments