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 b903fc3 commit c6e8ff8Copy full SHA for c6e8ff8
Lib/test/test_concurrent_futures/test_shutdown.py
@@ -253,6 +253,9 @@ 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