From e3f5a6b9572d9ef8fd717dba761a6b89f548352c Mon Sep 17 00:00:00 2001 From: erlingrj Date: Sat, 21 Sep 2024 06:40:52 -0700 Subject: [PATCH] Dont run zephyr tests that spawn several user threads for scheduling actios --- .github/scripts/run-zephyr-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/run-zephyr-tests.sh b/.github/scripts/run-zephyr-tests.sh index 48a956da7b..2f1982d80f 100755 --- a/.github/scripts/run-zephyr-tests.sh +++ b/.github/scripts/run-zephyr-tests.sh @@ -1,7 +1,7 @@ #!/bin/bash # Skip -skip=("FileReader" "FilePkgReader") +skip=("FileReader" "FilePkgReader" "AsyncCallback" "AsyncCallbackDrop" "AsyncCallbackReplace") find_kconfig_folders() { if [ -f "$folder/CMakeLists.txt" ]; then