aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/test_download.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/test_download.py b/test/test_download.py
index 882d54565..3f36869d9 100755
--- a/test/test_download.py
+++ b/test/test_download.py
@@ -20,7 +20,6 @@ from test.helper import (
gettestcases,
getwebpagetestcases,
is_download_test,
- report_warning,
try_rm,
)
@@ -178,8 +177,7 @@ def generator(test_case, tname):
raise
if try_num == RETRIES:
- report_warning(f'{tname} failed due to network errors, skipping...')
- return
+ raise
print(f'Retrying: {try_num} failed tries\n\n##########\n\n')