Skip to content

Commit

Permalink
multiple-pause-resume.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 authored and fredoh9 committed Aug 15, 2024
1 parent 35ff03d commit 79a9634
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test-case/multiple-pause-resume.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,16 @@ func_pipeline_export "$tplg" "type:any & ~pcm:Amplifier Reference"

logger_disabled || func_lib_start_log_collect

# We know it's failing and it's not going to get fixed: stop polluting
# test results. Note https://github.com/thesofproject/sof/issues/9135
# is NOT an problem with pause/resume; it is a problem with multiple
# pipelines. This code is duplicated in multiple-pipeline.sh
case "$MODEL" in
*NOCODEC*)
is_firmware_file_zephyr ||
skip_test 'Known pipeline_comp_reset() bug sof#9135';;
esac

declare -a pipeline_idx_lst
declare -a cmd_idx_lst
declare -a file_idx_lst
Expand Down

0 comments on commit 79a9634

Please sign in to comment.