summaryrefslogtreecommitdiff
path: root/tests/run-tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-tests.py')
-rwxr-xr-xtests/run-tests.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/run-tests.py b/tests/run-tests.py
index 43a9e38d3..7190d3bc3 100755
--- a/tests/run-tests.py
+++ b/tests/run-tests.py
@@ -637,6 +637,9 @@ def run_tests(pyb, tests, args, result_dir, num_threads=1):
skip_tests.add("thread/thread_lock2.py")
skip_tests.add("thread/thread_lock3.py")
skip_tests.add("thread/thread_shared2.py")
+ elif args.target == "zephyr":
+ skip_tests.add("thread/stress_heap.py")
+ skip_tests.add("thread/thread_lock3.py")
# Some tests shouldn't be run on pyboard
if args.target != "unix":
@@ -1057,6 +1060,7 @@ the last matching regex is used:
"qemu",
"renesas-ra",
"rp2",
+ "zephyr",
)
if args.list_tests:
pyb = None