Commit 5396a5ba authored by Jason Madden's avatar Jason Madden

Occasional Travis failure under 3.4; cannot reproduce locally and the code is...

Occasional Travis failure under 3.4; cannot reproduce locally and the code is a duplicate of stdlib. [skip ci]
parent 90a4c18c
......@@ -235,6 +235,13 @@ if sys.version_info[:2] >= (3, 4):
# we still have that bug
]
if os.environ.get('TRAVIS') == 'true':
disabled_tests += [
'test_subprocess.ProcessTestCase.test_double_close_on_error',
# This test is racy or OS-dependent. It passes locally (sufficiently fast machine)
# but fails under Travis
]
# if 'signalfd' in os.environ.get('GEVENT_BACKEND', ''):
# # tests that don't interact well with signalfd
# disabled_tests.extend([
......
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