Skip to content

Commit 35ff03d

Browse files
marc-hbfredoh9
authored andcommitted
multiple-pipeline.sh: SKIP XTOS+NOCODEC, known failure 9135
pipeline_comp_reset() bug sof#9135 is not going to get fixed, so stop polluting the test results. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
1 parent 951b237 commit 35ff03d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

test-case/multiple-pipeline.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,13 @@ ps_checks()
156156
main()
157157
{
158158
local platf; platf=$("${TESTDIR}"/tools/sof-dump-status.py --platform)
159+
160+
case "$MODEL" in
161+
*NOCODEC*)
162+
is_firmware_file_zephyr ||
163+
skip_test 'Known pipeline_comp_reset() bug sof#9135';;
164+
esac
165+
159166
if [ "$platf" = bdw ] && [ "$f_arg" != 'p' ] && ! is_zephyr_ldc; then
160167
skip_test \
161168
"multi-capture disabled on BDW https://github.com/thesofproject/sof/issues/3170"

0 commit comments

Comments
 (0)