Skip to content

Commit 231fc20

Browse files
committed
tests/run-tests.py: Remove machine_mem.py test from skip list.
This test was removed long ago in eb0e3ba. Signed-off-by: Damien George <damien@micropython.org>
1 parent dc2a4e3 commit 231fc20

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/run-tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,6 @@ def run_tests(pyb, tests, args, result_dir, num_threads=1):
573573
if args.target != "unix":
574574
skip_tests.add("basics/exception_chain.py") # warning is not printed
575575
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
577576

578577
if args.target == "wipy":
579578
skip_tests.add("misc/print_exception.py") # requires error reporting full

0 commit comments

Comments
 (0)