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
|
@ -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…
Reference in New Issue