Skip to content

Commit

Permalink
Skip test for WASI due to limited stack depth
Browse files Browse the repository at this point in the history
  • Loading branch information
markshannon committed Jul 30, 2023
1 parent a8c72d0 commit 7e6a521
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/test/test_ast.py
Original file line number Diff line number Diff line change
Expand Up @@ -1084,6 +1084,7 @@ def next(self):
return self
enum._test_simple_enum(_Precedence, ast._Precedence)

@unittest.skipIf(support.is_wasi, "exhausts limited stack on WASI")
@support.cpython_only
def test_ast_recursion_limit(self):
fail_depth = support.EXCEEDS_RECURSION_LIMIT
Expand Down

0 comments on commit 7e6a521

Please sign in to comment.