Commit ceda02df authored by Jason Madden's avatar Jason Madden

Another flaky test on Windows/appveyor

parent d41f6b51
...@@ -65,6 +65,9 @@ if sys.platform == 'win32': ...@@ -65,6 +65,9 @@ if sys.platform == 'win32':
# on appveyor # on appveyor
'FLAKY test__timeout.py', 'FLAKY test__timeout.py',
'FLAKY test_hub_join_timeout.py', 'FLAKY test_hub_join_timeout.py',
# This has been seen to fail on Py3 and Py2 due to socket reuse
# errors, probably timing related again.
'FLAKY test___example_servers.py',
] ]
if not PY35: if not PY35:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment