diff options
-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 fd41931d35..801fb897c6 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -60,6 +60,7 @@ def run_tests(pyb, tests, args): # Some tests shouldn't be run under Travis CI if os.getenv('TRAVIS') == 'true': skip_tests.add('basics/memoryerror.py') + skip_tests.add('misc/print_exception.py') # Some tests shouldn't be run on pyboard if pyb is not None: |