Commit b4812e3b authored by Jason Madden's avatar Jason Madden

Take a guess at the failing test_subprocess test on Travis. [skip appveyor]

parent 1f82df1f
...@@ -360,6 +360,9 @@ if sys.version_info[0] == 3: ...@@ -360,6 +360,9 @@ if sys.version_info[0] == 3:
'test_subprocess.ProcessTestCase.test_cwd_with_relative_arg', 'test_subprocess.ProcessTestCase.test_cwd_with_relative_arg',
'test_subprocess.ProcessTestCaseNoPoll.test_cwd_with_relative_arg', 'test_subprocess.ProcessTestCaseNoPoll.test_cwd_with_relative_arg',
'test_subprocess.ProcessTestCase.test_cwd_with_relative_executable', 'test_subprocess.ProcessTestCase.test_cwd_with_relative_executable',
# This test tends to timeout, starting at the end of November 2016
'test_subprocess.ProcessTestCase.test_leaking_fds_on_error',
] ]
......
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