tests/run-tests.py: Remove machine_mem.py test from skip list.

This test was removed long ago in eb0e3bab1e.

Signed-off-by: Damien George <damien@micropython.org>
pull/13351/head
Damien George 2024-01-04 14:52:07 +11:00
rodzic dc2a4e3cbd
commit 231fc20ce0
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -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