Skip to content

Commit

Permalink
Dont run zephyr tests that spawn several user threads for scheduling …
Browse files Browse the repository at this point in the history
…actios
  • Loading branch information
erlingrj authored and lhstrh committed Sep 22, 2024
1 parent a748f4f commit e3f5a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/run-zephyr-tests.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e3f5a6b

Please sign in to comment.