Skip to content

Commit 7ce8860

Browse files
committed
tests: Skip try-finally test for native emitter.
1 parent 8047340 commit 7ce8860

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/run-tests

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ def run_tests(pyb, tests, args):
240240
skip_tests.add('basics/for_range.py') # requires yield_value
241241
skip_tests.add('basics/try_finally_loops.py') # requires proper try finally code
242242
skip_tests.add('basics/try_finally_return.py') # requires proper try finally code
243+
skip_tests.add('basics/try_finally_return2.py') # requires proper try finally code
243244
skip_tests.add('basics/unboundlocal.py') # requires checking for unbound local
244245
skip_tests.add('import/gen_context.py') # requires yield_value
245246
skip_tests.add('io/file_with.py') # requires with

0 commit comments

Comments
 (0)