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 2dc387946..e5d712303 100755 --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -573,7 +573,6 @@ def run_tests(pyb, tests, args, result_dir, num_threads=1): if args.target != "unix": skip_tests.add("basics/exception_chain.py") # warning is not printed skip_tests.add("micropython/meminfo.py") # output is very different to PC output - skip_tests.add("extmod/machine_mem.py") # raw memory access not supported if args.target == "wipy": skip_tests.add("misc/print_exception.py") # requires error reporting full |