Skip to content

Commit 54309bf

Browse files
Remove more decorators not on this branch
1 parent 04a88d8 commit 54309bf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_pyexpat.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -688,8 +688,6 @@ def test_trigger_leak(self):
688688
parser.ElementDeclHandler = lambda _1, _2: None
689689
self.assertRaises(TypeError, parser.Parse, data, True)
690690

691-
@support.skip_emscripten_stack_overflow()
692-
@support.skip_wasi_stack_overflow()
693691
def test_deeply_nested_content_model(self):
694692
# This should raise a RecursionError and not crash.
695693
# See https://github.com/python/cpython/issues/145986.

0 commit comments

Comments
 (0)