]> granicus.if.org Git - python/commitdiff
bpo-33615: Skip test__xxsubinterpreters (GH-7503)
authorVictor Stinner <vstinner@redhat.com>
Fri, 8 Jun 2018 00:28:28 +0000 (02:28 +0200)
committerGitHub <noreply@github.com>
Fri, 8 Jun 2018 00:28:28 +0000 (02:28 +0200)
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.

Lib/test/test__xxsubinterpreters.py

index f66cc95169260d1341ec4c4f0d0a7f29ec30bdf7..b3ed27cd8040cda291243e2ef754f0e2b76c2db8 100644 (file)
@@ -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')