diff options
Diffstat (limited to 'tests/run-tests.py')
-rwxr-xr-x | tests/run-tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/run-tests.py b/tests/run-tests.py index 8acdcd2b3..1e1bd160a 100755 --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -702,7 +702,6 @@ def run_tests(pyb, tests, args, result_dir, num_threads=1): skip_tests.add("micropython/emg_exc.py") skip_tests.add("micropython/extreme_exc.py") skip_tests.add("micropython/heapalloc_exc_compressed_emg_exc.py") - skip_tests.add("micropython/import_mpy_invalid.py") # Some tests are known to fail on 64-bit machines if pyb is None and platform.architecture()[0] == "64bit": |