]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125451: Skip concurrent.futures test_processes_terminate() (#125533)
authorVictor Stinner <vstinner@python.org>
Tue, 15 Oct 2024 15:42:55 +0000 (17:42 +0200)
committerGitHub <noreply@github.com>
Tue, 15 Oct 2024 15:42:55 +0000 (15:42 +0000)
commitc6e8ff86b2bf8cf597622d416f8befae940366fa
tree1c0583e784b44ca54145c0844215443a73c51f6d
parentb903fc38d8ec74f61fb5ca8a3f5fd025915bceac
gh-125451: Skip concurrent.futures test_processes_terminate() (#125533)

The test hangs randomly. It tries to serialize local lock and a local
function which are not possible.
Lib/test/test_concurrent_futures/test_shutdown.py