From: Antoine Pitrou Date: Sat, 19 Mar 2011 18:54:01 +0000 (+0100) Subject: Skip crasher tests X-Git-Tag: v3.3.0a1~2887 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=89ba56d5fb1335ef808b87cd33cba95ea141c65d;p=thirdparty%2FPython%2Fcpython.git Skip crasher tests --- diff --git a/Lib/test/test_crashers.py b/Lib/test/test_crashers.py index 86f88f793cf8..336ccbeaff95 100644 --- a/Lib/test/test_crashers.py +++ b/Lib/test/test_crashers.py @@ -17,6 +17,7 @@ infinite_loops = ["infinite_loop_re.py", "nasty_eq_vs_dict.py"] class CrasherTest(unittest.TestCase): + @unittest.skip("these tests are too fragile") @test.support.cpython_only def test_crashers_crash(self): for fname in glob.glob(CRASHER_FILES):