]> granicus.if.org Git - python/commitdiff
Issue #11393: Disable test_stack_overflow of test_faulthandler
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 31 Mar 2011 00:05:54 +0000 (02:05 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 31 Mar 2011 00:05:54 +0000 (02:05 +0200)
Lib/test/test_faulthandler.py

index 82a76ed4c505496ae049051342b9b98f04895b59..4cf98b0491a73523dcc2dd595ed08a2d629f079e 100644 (file)
@@ -153,6 +153,7 @@ faulthandler._fatal_error(b'xyz')
             2,
             'xyz')
 
+    @unittest.skipIf(True, 'test disabled, see #11393')
     @unittest.skipIf(not hasattr(faulthandler, '_stack_overflow'),
                      'need faulthandler._stack_overflow()')
     def test_stack_overflow(self):