Skip to content

Commit 84db201

Browse files
committed
Reenable test_processes_terminate
1 parent c7bc218 commit 84db201

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Lib/test/test_concurrent_futures/test_shutdown.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,6 @@ def test_cancel_futures_wait_false(self):
253253

254254

255255
class ProcessPoolShutdownTest(ExecutorShutdownTest):
256-
# gh-125451: 'lock' cannot be serialized, the test is broken
257-
# and hangs randomly
258-
@unittest.skipIf(True, "broken test")
259256
def test_processes_terminate(self):
260257
def acquire_lock(lock):
261258
lock.acquire()

0 commit comments

Comments
 (0)