tests: coredump: skip acrn_ehl_crb

The coredump tests output quite a large amount of data into
the console. However, the ACRN console only has very limited
history (comparatively), such that twister is unable to
match the necessary strings to consider the tests passed.
So skip those tests on acrn_ehl_crb.

Fixes #40887

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2021-12-13 11:30:41 -08:00 committed by Anas Nashif
parent f8b76f3b03
commit c1ac125068
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@ tests:
coredump.logging_backend:
tags: ignore_faults ignore_qemu_crash
filter: CONFIG_ARCH_SUPPORTS_COREDUMP
platform_exclude: acrn_ehl_crb
harness: console
harness_config:
type: multi_line

View File

@ -2,6 +2,7 @@ tests:
coredump.backends.logging:
tags: ignore_faults ignore_qemu_crash
filter: CONFIG_ARCH_SUPPORTS_COREDUMP
platform_exclude: acrn_ehl_crb
harness: console
harness_config:
type: multi_line