Commit fe62b4c9 authored by Jason Madden's avatar Jason Madden

Mark test__socket_dns as FLAKY: It works locally, but under Travis (due to...

Mark test__socket_dns as FLAKY: It works locally, but under Travis (due to different DNS configuration?) the IPV6 values differ by one for several of the hosts, and Python 3 returns those values here.
parent bc86d4ea
......@@ -107,6 +107,7 @@ test__server.py
test__example_portforwarder.py
test__execmodules.py
FLAKY test__greenio.py
FLAKY test__socket_dns.py
'''.strip().split('\n')
if os.environ.get('GEVENT_RESOLVER') == 'ares':
......
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