Skip to content

Commit

Permalink
Stop excluding TestGroupDemo* tests in our CI. (project-chip#14889)
Browse files Browse the repository at this point in the history
The TestGroupDemo* tests have been moved to the "manual tests" list,
so they get excluded automatically now.  Remove some noise from the CI
description.

Fixes project-chip#14753
  • Loading branch information
bzbarsky-apple authored Feb 8, 2022
1 parent b080024 commit 7b6cad4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ jobs:
run: |
./scripts/run_in_build_env.sh \
"./scripts/tests/run_test_suite.py \
--target-skip-glob '{TestGroupDemoCommand,TestGroupDemoConfig}' \
--chip-tool ./out/linux-x64-chip-tool-${BUILD_VARIANT}${CHIP_TOOL_VARIANT}/chip-tool \
run \
--iterations 1 \
Expand Down Expand Up @@ -181,7 +180,7 @@ jobs:
./scripts/run_in_build_env.sh \
"./scripts/tests/run_test_suite.py \
--chip-tool ./out/darwin-x64-chip-tool-${BUILD_VARIANT}${CHIP_TOOL_VARIANT}/chip-tool \
--target-skip-glob '{TestGroupMessaging,TestGroupDemoCommand,TestGroupDemoConfig,TV_*}' \
--target-skip-glob '{TestGroupMessaging,TV_*}' \
run \
--iterations 1 \
--all-clusters-app ./out/darwin-x64-all-clusters-${BUILD_VARIANT}/chip-all-clusters-app \
Expand Down

0 comments on commit 7b6cad4

Please sign in to comment.