Skip to content

Commit

Permalink
multiple-pipeline.sh: SKIP XTOS+NOCODEC, known failure 9135
Browse files Browse the repository at this point in the history
pipeline_comp_reset() bug sof#9135 is not going to get fixed, so stop
polluting the test results.

Signed-off-by: Marc Herbert <[email protected]>
  • Loading branch information
marc-hb committed Aug 15, 2024
1 parent 65d7174 commit 701a30f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test-case/multiple-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,13 @@ ps_checks()
main()
{
local platf; platf=$("${TESTDIR}"/tools/sof-dump-status.py --platform)

case "$MODEL" in
*NOCODEC*)
is_firmware_file_zephyr ||
skip_test 'Known pipeline_comp_reset() bug sof#9135';;
esac

if [ "$platf" = bdw ] && [ "$f_arg" != 'p' ] && ! is_zephyr_ldc; then
skip_test \
"multi-capture disabled on BDW https://github.com/thesofproject/sof/issues/3170"
Expand Down

0 comments on commit 701a30f

Please sign in to comment.