From 84db20196d7cd949fc5a150b6e4bf7df73dd1810 Mon Sep 17 00:00:00 2001 From: Sam Gross Date: Tue, 15 Oct 2024 16:43:46 +0000 Subject: [PATCH] Reenable test_processes_terminate --- Lib/test/test_concurrent_futures/test_shutdown.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/Lib/test/test_concurrent_futures/test_shutdown.py b/Lib/test/test_concurrent_futures/test_shutdown.py index ba3618614a9bf9..7a4065afd46fc8 100644 --- a/Lib/test/test_concurrent_futures/test_shutdown.py +++ b/Lib/test/test_concurrent_futures/test_shutdown.py @@ -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()