We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf798e7 commit 1ef56b5Copy full SHA for 1ef56b5
Lib/test/test_concurrent_futures/test_process_pool.py
@@ -85,7 +85,7 @@ def test_traceback(self):
85
self.assertIn('raise RuntimeError(123) # some comment',
86
f1.getvalue())
87
88
- @unittest.skipIf(sys.platform == 'linux', 'TODO: RUSTPYTHON flaky EOFError')
+ @unittest.skip('TODO: RUSTPYTHON flaky EOFError')
89
@hashlib_helper.requires_hashdigest('md5')
90
def test_ressources_gced_in_workers(self):
91
# Ensure that argument for a job are correctly gc-ed after the job
0 commit comments