Skip to content

Commit 1ef56b5

Browse files
committed
Skip flaky test_ressources_gced_in_workers on all platforms
1 parent cf798e7 commit 1ef56b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_concurrent_futures/test_process_pool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def test_traceback(self):
8585
self.assertIn('raise RuntimeError(123) # some comment',
8686
f1.getvalue())
8787

88-
@unittest.skipIf(sys.platform == 'linux', 'TODO: RUSTPYTHON flaky EOFError')
88+
@unittest.skip('TODO: RUSTPYTHON flaky EOFError')
8989
@hashlib_helper.requires_hashdigest('md5')
9090
def test_ressources_gced_in_workers(self):
9191
# Ensure that argument for a job are correctly gc-ed after the job

0 commit comments

Comments
 (0)