Skip to content

Commit 1b69354

Browse files
committed
tests: Skip exception_chain.py with native emitter.
1 parent ab2594e commit 1b69354

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/run-tests

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ def run_tests(pyb, tests, args):
217217
skip_tests.add('basics/bool1.py') # seems to randomly fail
218218
skip_tests.add('basics/del_deref.py') # requires checking for unbound local
219219
skip_tests.add('basics/del_local.py') # requires checking for unbound local
220+
skip_tests.add('basics/exception_chain.py') # raise from is not supported
220221
skip_tests.add('basics/try_finally_loops.py') # requires proper try finally code
221222
skip_tests.add('basics/try_finally_return.py') # requires proper try finally code
222223
skip_tests.add('basics/unboundlocal.py') # requires checking for unbound local

0 commit comments

Comments
 (0)