diff --git a/test/appium/support/test_rerun.py b/test/appium/support/test_rerun.py index e49a274a06..086fe72fba 100644 --- a/test/appium/support/test_rerun.py +++ b/test/appium/support/test_rerun.py @@ -13,7 +13,8 @@ RERUN_ERRORS = [ 'ERROR The test with session id' "Message: 'CreateAccountButton' is not found on screen", "503 Service Unavailable", - "AttributeError: 'NoneType' object has no attribute 'find_element'" + "AttributeError: 'NoneType' object has no attribute 'find_element'", + "[Errno 104] Connection reset by peer" ]