8000 tests/run-tests.py: Skip large viper test on esp8266. · holdenweb/micropython@f7abb52 · GitHub
[go: up one dir, main page]

Skip to content

Commit f7abb52

Browse files
committed
tests/run-tests.py: Skip large viper test on esp8266.
Signed-off-by: Damien George <damien@micropython.org>
1 parent 52f2ba5 commit f7abb52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/run-tests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -656,6 +656,8 @@ def run_tests(pyb, tests, args, result_dir, num_threads=1):
656656
skip_tests.add("extmod/random_basic.py") # requires random
657657
skip_tests.add("extmod/random_extra.py") # requires random
658658
elif args.target == "esp8266":
659+
skip_tests.add("micropython/viper_args.py") # too large
660+
skip_tests.add("micropython/viper_binop_arith.py") # too large
659661
skip_tests.add("misc/rge_sm.py") # too large
660662
elif args.target == "minimal":
661663
skip_tests.add("basics/class_inplace_op.py") # all special methods not supported

0 commit comments

Comments
 (0)
0