]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115258: Temporarily disable test on Windows (#115269)
authorSam Gross <colesbury@gmail.com>
Sun, 11 Feb 2024 03:14:25 +0000 (22:14 -0500)
committerGitHub <noreply@github.com>
Sun, 11 Feb 2024 03:14:25 +0000 (03:14 +0000)
commit1a6e2138773b94fdae449b658a9983cd1fc0f08a
tree1a4f7d07d356da07be2c976853d55e258d8256af
parent4821f08674e290a396d27aa8256fd5b8a121f3d6
gh-115258: Temporarily disable test on Windows (#115269)

The "test_shutdown_all_methods_in_many_threads" test times out on the Windows CI.
This skips the test on Windows until we figure out the root cause.
Lib/test/test_queue.py