summaryrefslogtreecommitdiff
path: root/tests/run-tests.py
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2024-10-18 23:13:40 +1100
committerDamien George <damien@micropython.org>2024-10-22 14:31:13 +1100
commitf7abb52847415d535a2acc22decbff16e73f2dc3 (patch)
tree1c714fa612d82aeb7fb93d25fb4c7ad9210549e5 /tests/run-tests.py
parent52f2ba5677cb56b0622ac0d615f0c13916cd24c5 (diff)
tests/run-tests.py: Skip large viper test on esp8266.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'tests/run-tests.py')
-rwxr-xr-xtests/run-tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-tests.py b/tests/run-tests.py
index f9f841307..cd1d681af 100755
--- a/tests/run-tests.py
+++ b/tests/run-tests.py
@@ -656,6 +656,8 @@ def run_tests(pyb, tests, args, result_dir, num_threads=1):
skip_tests.add("extmod/random_basic.py") # requires random
skip_tests.add("extmod/random_extra.py") # requires random
elif args.target == "esp8266":
+ skip_tests.add("micropython/viper_args.py") # too large
+ skip_tests.add("micropython/viper_binop_arith.py") # too large
skip_tests.add("misc/rge_sm.py") # too large
elif args.target == "minimal":
skip_tests.add("basics/class_inplace_op.py") # all special methods not supported