Skip to content

Commit 2ac5c83

Browse files
committed
Skip direct test, lets have a look at indirect test
1 parent 7c4d9ad commit 2ac5c83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_ast.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,6 +1246,7 @@ def test_level_as_none(self):
12461246
self.assertIn('sleep', ns)
12471247

12481248
def test_recursion_direct(self):
1249+
self.skipTest('for now')
12491250
e = ast.UnaryOp(op=ast.Not(), lineno=0, col_offset=0)
12501251
e.operand = e
12511252
with self.assertRaises(RecursionError):

0 commit comments

Comments
 (0)