[Python-checkins] cpython: Skip crasher tests

antoine.pitrou python-checkins at python.org
Sat Mar 19 19:54:05 CET 2011


http://hg.python.org/cpython/rev/481ad9129a0f
changeset:   68687:481ad9129a0f
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sat Mar 19 19:54:01 2011 +0100
summary:
  Skip crasher tests

files:
  Lib/test/test_crashers.py

diff --git a/Lib/test/test_crashers.py b/Lib/test/test_crashers.py
--- a/Lib/test/test_crashers.py
+++ b/Lib/test/test_crashers.py
@@ -17,6 +17,7 @@
 
 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):

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list