Skip to content

Commit c4f3cb7

Browse files
authored
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.
1 parent bed523b commit c4f3cb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test__xxsubinterpreters.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
from test import support
1313
from test.support import script_helper
1414

15+
raise unittest.SkipTest("FIXME: bpo-33615: test crash on some CIs")
16+
1517
interpreters = support.import_module('_xxsubinterpreters')
1618

1719

0 commit comments

Comments
 (0)