]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117344: Skip flaky tests in free-threaded build (#117355)
authorSam Gross <colesbury@gmail.com>
Fri, 29 Mar 2024 17:34:04 +0000 (13:34 -0400)
committerGitHub <noreply@github.com>
Fri, 29 Mar 2024 17:34:04 +0000 (13:34 -0400)
commit397d88db5e9ab2a43de3fdf5f8b973a949edc405
tree5fb573d9c6a84f44d23fd223448dbff4afe7118f
parentf05fb2e65c2dffdfae940f2707765c4994925205
gh-117344: Skip flaky tests in free-threaded build (#117355)

The tests are not reliable with the GIL disabled. In theory, they can
fail with the GIL enabled too, but the failures are much more likely
with the GIL disabled.
Lib/test/test_concurrent_futures/test_process_pool.py
Lib/test/test_concurrent_futures/test_thread_pool.py