Skip to content

Commit f905145

Browse files
committed
tests: Disable print_exception test when using native emitter.
1 parent 184182d commit f905145

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
@@ -85,6 +85,7 @@ def run_tests(pyb, tests, args):
8585
skip_tests.add('misc/features.py')
8686
skip_tests.add('misc/recursion.py')
8787
skip_tests.add('misc/rge_sm.py')
88+
skip_tests.add('misc/print_exception.py') # because native doesn't have proper traceback info
8889

8990
for test_file in tests:
9091
test_basename = os.path.basename(test_file)

0 commit comments

Comments
 (0)