We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e43966 + f391695 commit 100b043Copy full SHA for 100b043
1 file changed
Lib/test/test_subprocess.py
@@ -1770,8 +1770,7 @@ def test_run_with_pathlike_path_and_arguments(self):
1770
res = subprocess.run(args)
1771
self.assertEqual(res.returncode, 57)
1772
1773
- # TODO: RUSTPYTHON
1774
- @unittest.expectedFailure
+ @unittest.skipIf(mswindows, 'TODO: RUSTPYTHON; Flakey')
1775
@unittest.skipUnless(mswindows, "Maybe test trigger a leak on Ubuntu")
1776
def test_run_with_an_empty_env(self):
1777
# gh-105436: fix subprocess.run(..., env={}) broken on Windows
0 commit comments