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 @@ gettestcases, getwebpagetestcases, is_download_test, - report_warning, try_rm, ) @@ -178,8 +177,7 @@ def try_rm_tcs_files(tcs=None): 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')