Skip to content

Commit

Permalink
multiple-pipeline.sh: temporarily disable capture on BDW
Browse files Browse the repository at this point in the history
Known issue thesofproject/sof#3170 has been
polluting the test results for years.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb committed Feb 28, 2022
1 parent be2d7f5 commit ae42182
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test-case/multiple-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,18 @@ ps_checks()
func_error_exit "Caught abnormal process status of aplay"
}

main()
{
local platf; platf=$("${TESTDIR}"/tools/sof-dump-status.py --platform)
if [ "$platf" = bdw ] && [ "$f_arg" != 'p' ] && ! is_zephyr; then
skip_test \
"multi-capture disabled on BDW https://github.com/thesofproject/sof/issues/3170"
fi
}

main "$@"

# TODO: move this to main() https://github.com/thesofproject/sof-test/issues/740
for i in $(seq 1 $loop_cnt)
do
# set up checkpoint for each iteration
Expand Down

0 comments on commit ae42182

Please sign in to comment.