mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Merge pull request #6453 from ShaharNaveh/skip-flakey-subprocess-test
Skip flakey test
This commit is contained in:
3
Lib/test/test_subprocess.py
vendored
3
Lib/test/test_subprocess.py
vendored
@@ -1770,8 +1770,7 @@ class RunFuncTestCase(BaseTestCase):
|
||||
res = subprocess.run(args)
|
||||
self.assertEqual(res.returncode, 57)
|
||||
|
||||
# TODO: RUSTPYTHON
|
||||
@unittest.expectedFailure
|
||||
@unittest.skipIf(mswindows, 'TODO: RUSTPYTHON; Flakey')
|
||||
@unittest.skipUnless(mswindows, "Maybe test trigger a leak on Ubuntu")
|
||||
def test_run_with_an_empty_env(self):
|
||||
# gh-105436: fix subprocess.run(..., env={}) broken on Windows
|
||||
|
||||
Reference in New Issue
Block a user