1 parent dc2a4e3 commit 231fc20Copy full SHA for 231fc20
1 file changed
tests/run-tests.py
@@ -573,7 +573,6 @@ def run_tests(pyb, tests, args, result_dir, num_threads=1):
573
if args.target != "unix":
574
skip_tests.add("basics/exception_chain.py") # warning is not printed
575
skip_tests.add("micropython/meminfo.py") # output is very different to PC output
576
- skip_tests.add("extmod/machine_mem.py") # raw memory access not supported
577
578
if args.target == "wipy":
579
skip_tests.add("misc/print_exception.py") # requires error reporting full
0 commit comments