Commit e4b21a1a authored by Jason Madden's avatar Jason Madden

Another test to skip.

parent fdcf1f23
...@@ -457,10 +457,12 @@ if sys.version_info[:2] >= (3, 5): ...@@ -457,10 +457,12 @@ if sys.version_info[:2] >= (3, 5):
disabled_tests += [ disabled_tests += [
# test_cwd_with_relative_executable tends to fail # test_cwd_with_relative_executable tends to fail
# on Travis...it looks like the test processes are stepping # on Travis...it looks like the test processes are stepping
# on each other and messing up their temp directories # on each other and messing up their temp directories. We tend to get things like
# that we need to be sure to catch. # saved_dir = os.getcwd()
# FileNotFoundError: [Errno 2] No such file or directory
'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',
] ]
......
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