Unverified Kaydet (Commit) c4f3cb77 authored tarafından Victor Stinner's avatar Victor Stinner Kaydeden (comit) GitHub

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.
üst bed523ba
...@@ -12,6 +12,8 @@ import unittest ...@@ -12,6 +12,8 @@ import unittest
from test import support from test import support
from test.support import script_helper from test.support import script_helper
raise unittest.SkipTest("FIXME: bpo-33615: test crash on some CIs")
interpreters = support.import_module('_xxsubinterpreters') interpreters = support.import_module('_xxsubinterpreters')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment