Issue #11393: Disable test_stack_overflow of test_faulthandler

This commit is contained in:
Victor Stinner 2011-03-31 02:05:54 +02:00
parent bb14b37044
commit 0862d6ed8f

View 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):