tests: Disable print_exception test when using native emitter.

native-del-fast
Damien George 2014-12-11 17:34:55 +00:00
parent 184182d14c
commit f905145c6d
1 changed files with 1 additions and 0 deletions

View File

@ -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)