mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-33615: Skip test__xxsubinterpreters (GH-7503)
The test does crash on multiple CIs causing many troubles. For example, the test prevents to get results of the two Refleak 3.x buildbots.
This commit is contained in:
parent
bed523ba03
commit
c4f3cb772b
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ import unittest
|
|||
from test import support
|
||||
from test.support import script_helper
|
||||
|
||||
raise unittest.SkipTest("FIXME: bpo-33615: test crash on some CIs")
|
||||
|
||||
interpreters = support.import_module('_xxsubinterpreters')
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue