]> granicus.if.org Git - python/commitdiff
Skip crasher tests
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 19 Mar 2011 18:54:01 +0000 (19:54 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 19 Mar 2011 18:54:01 +0000 (19:54 +0100)
Lib/test/test_crashers.py

index 86f88f793cf80a8fac39934e9ef9c314fba5ac90..336ccbeaff958a6b2d74f2d2ef8ebc6e8669737e 100644 (file)
@@ -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):