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