We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7bc218 commit 84db201Copy full SHA for 84db201
Lib/test/test_concurrent_futures/test_shutdown.py
@@ -253,9 +253,6 @@ def test_cancel_futures_wait_false(self):
253
254
255
class ProcessPoolShutdownTest(ExecutorShutdownTest):
256
- # gh-125451: 'lock' cannot be serialized, the test is broken
257
- # and hangs randomly
258
- @unittest.skipIf(True, "broken test")
259
def test_processes_terminate(self):
260
def acquire_lock(lock):
261
lock.acquire()
0 commit comments