We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 184182d commit f905145Copy full SHA for f905145
1 file changed
tests/run-tests
@@ -85,6 +85,7 @@ def run_tests(pyb, tests, args):
85
skip_tests.add('misc/features.py')
86
skip_tests.add('misc/recursion.py')
87
skip_tests.add('misc/rge_sm.py')
88
+ skip_tests.add('misc/print_exception.py') # because native doesn't have proper traceback info
89
90
for test_file in tests:
91
test_basename = os.path.basename(test_file)
0 commit comments