diff options
Diffstat (limited to 'tests/run-tests')
-rwxr-xr-x | tests/run-tests | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/run-tests b/tests/run-tests index 801fb897c6..fd41931d35 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -60,7 +60,6 @@ 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: |