Commit 1b4e2f68 authored by Jason Madden's avatar Jason Madden

Another flaky travis test under coverage.

parent 4a681cd8
......@@ -31,6 +31,10 @@ IGNORE_COVERAGE = [
'test__issue302monkey.py'
]
if os.environ.get('TRAVIS'):
# Flaky on travis, unknown why
IGNORE_COVERAGE.append("test_subprocess.py")
def run_many(tests, expected=(), failfast=False):
global NWORKERS
......
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