Skip to content

Commit 79a9634

Browse files
marc-hbfredoh9
authored andcommitted
multiple-pause-resume.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 <[email protected]>
1 parent 35ff03d commit 79a9634

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

test-case/multiple-pause-resume.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,16 @@ func_pipeline_export "$tplg" "type:any & ~pcm:Amplifier Reference"
6464

6565
logger_disabled || func_lib_start_log_collect
6666

67+
# We know it's failing and it's not going to get fixed: stop polluting
68+
# test results. Note https://github.com/thesofproject/sof/issues/9135
69+
# is NOT an problem with pause/resume; it is a problem with multiple
70+
# pipelines. This code is duplicated in multiple-pipeline.sh
71+
case "$MODEL" in
72+
*NOCODEC*)
73+
is_firmware_file_zephyr ||
74+
skip_test 'Known pipeline_comp_reset() bug sof#9135';;
75+
esac
76+
6777
declare -a pipeline_idx_lst
6878
declare -a cmd_idx_lst
6979
declare -a file_idx_lst

0 commit comments

Comments
 (0)