Skip to content
Snippets Groups Projects
Commit f905145c authored by Damien George's avatar Damien George
Browse files

tests: Disable print_exception test when using native emitter.

parent 184182d1
No related branches found
No related tags found
No related merge requests found
......@@ -85,6 +85,7 @@ def run_tests(pyb, tests, args):
skip_tests.add('misc/features.py')
skip_tests.add('misc/recursion.py')
skip_tests.add('misc/rge_sm.py')
skip_tests.add('misc/print_exception.py') # because native doesn't have proper traceback info
for test_file in tests:
test_basename = os.path.basename(test_file)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment