commit | 4f67921ad28194155e3d4c16255fb140a6a4d89a | [log] [tgz] |
---|---|---|
author | Eric Snow <ericsnowcurrently@gmail.com> | Thu Jul 27 13:39:26 2023 -0600 |
committer | GitHub <noreply@github.com> | Thu Jul 27 19:39:26 2023 +0000 |
tree | 88b5a57bd399d22490904da6abbd89e2bebb0cd5 | |
parent | f01e4cedba1a17d321664834bb255d9d04ad16ce [diff] |
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.