Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed523b commit c4f3cb7Copy full SHA for c4f3cb7
1 file changed
Lib/test/test__xxsubinterpreters.py
@@ -12,6 +12,8 @@
12
from test import support
13
from test.support import script_helper
14
15
+raise unittest.SkipTest("FIXME: bpo-33615: test crash on some CIs")
16
+
17
interpreters = support.import_module('_xxsubinterpreters')
18
19
0 commit comments