summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2018-06-08 00:28:28 (GMT)
committerGitHub <noreply@github.com>2018-06-08 00:28:28 (GMT)
commitc4f3cb772bc2d93d91ee1750eed817262f3ed57d (patch)
treecbc38c3d9bd4152c86b173b163899f7378fc38ab
parentbed523ba03c4525c9c79a6df700284b6c43024b3 (diff)
downloadcpython-c4f3cb772bc2d93d91ee1750eed817262f3ed57d.zip
cpython-c4f3cb772bc2d93d91ee1750eed817262f3ed57d.tar.gz
cpython-c4f3cb772bc2d93d91ee1750eed817262f3ed57d.tar.bz2
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.
-rw-r--r--Lib/test/test__xxsubinterpreters.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/test__xxsubinterpreters.py b/Lib/test/test__xxsubinterpreters.py
index f66cc95..b3ed27c 100644
--- a/Lib/test/test__xxsubinterpreters.py
+++ b/Lib/test/test__xxsubinterpreters.py
@@ -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')