diff options
author | Damien George <damien.p.george@gmail.com> | 2014-12-11 17:34:55 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-12-11 17:34:55 +0000 |
commit | f905145c6d93f6e8ae01c1addc818ecc0a96ac1c (patch) | |
tree | 8648752725d3238f543f1d8181ecb6de0295f0dd | |
parent | 184182d14c4e31d22d019dc6caf56e99cc4ce255 (diff) |
tests: Disable print_exception test when using native emitter.
-rwxr-xr-x | tests/run-tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-tests b/tests/run-tests index fd41931d3..d0c7112de 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -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) |