mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
skip flaky test_concurrent_futures.test_process_pool.test_ressources_gced_in_workers (#6750)
This commit is contained in:
@@ -85,6 +85,7 @@ class ProcessPoolExecutorTest(ExecutorTest):
|
||||
self.assertIn('raise RuntimeError(123) # some comment',
|
||||
f1.getvalue())
|
||||
|
||||
@unittest.skipIf(sys.platform == 'linux', 'TODO: RUSTPYTHON flaky EOFError')
|
||||
@hashlib_helper.requires_hashdigest('md5')
|
||||
def test_ressources_gced_in_workers(self):
|
||||
# Ensure that argument for a job are correctly gc-ed after the job
|
||||
|
||||
Reference in New Issue
Block a user