Skip to content

Commit

Permalink
Reenable test_processes_terminate
Browse files Browse the repository at this point in the history
  • Loading branch information
colesbury committed Oct 15, 2024
1 parent c7bc218 commit 84db201
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Lib/test/test_concurrent_futures/test_shutdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,6 @@ def test_cancel_futures_wait_false(self):


class ProcessPoolShutdownTest(ExecutorShutdownTest):
# gh-125451: 'lock' cannot be serialized, the test is broken
# and hangs randomly
@unittest.skipIf(True, "broken test")
def test_processes_terminate(self):
def acquire_lock(lock):
lock.acquire()
Expand Down

0 comments on commit 84db201

Please sign in to comment.