Skip to content

Commit 4a145d6

Browse files
Fix darwin-tests job. (project-chip#17919)
The job is not building a door lock app, but not excluding the door lock tests, which fails because there is no app to run them against.
1 parent ad2520a commit 4a145d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/darwin-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
./scripts/run_in_build_env.sh \
9898
"./scripts/tests/run_test_suite.py \
9999
--chip-tool ./out/darwin-x64-chip-tool-darwin-${BUILD_VARIANT}/chip-tool-darwin \
100-
--target-skip-glob '{TestGroupMessaging,TV_*}' \
100+
--target-skip-glob '{TestGroupMessaging,TV_*,DL_*}' \
101101
run \
102102
--iterations 1 \
103103
--all-clusters-app ./out/darwin-x64-all-clusters-${BUILD_VARIANT}/chip-all-clusters-app \

0 commit comments

Comments
 (0)