mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #11393: Disable test_stack_overflow of test_faulthandler
This commit is contained in:
parent
bb14b37044
commit
0862d6ed8f
1 changed files with 1 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue