]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105699: Disable the Interpreters Stress Tests (gh-107354)
authorEric Snow <ericsnowcurrently@gmail.com>
Thu, 27 Jul 2023 19:39:26 +0000 (13:39 -0600)
committerGitHub <noreply@github.com>
Thu, 27 Jul 2023 19:39:26 +0000 (19:39 +0000)
commit4f67921ad28194155e3d4c16255fb140a6a4d89a
tree88b5a57bd399d22490904da6abbd89e2bebb0cd5
parentf01e4cedba1a17d321664834bb255d9d04ad16ce
gh-105699: Disable the Interpreters Stress Tests (gh-107354)

The two tests are crashing periodically in CI and on buildbots.  I suspect the problem is in the _xxsubinterpreters module.
 Regardless, I'm disabling the tests temporarily, to reduce the noise as we approach 3.12rc1.  I'll be investigating the crashes separately.
Lib/test/test_interpreters.py