skip flaky test_concurrent_futures.test_process_pool.test_ressources_gced_in_workers (#6750)

This commit is contained in:
Jeong, YunWon
2026-01-17 19:18:54 +09:00
committed by GitHub
parent f4363a6b27
commit 299f1ea0aa

View File

@@ -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