tests drivers coredump: Exclude posix arch for userspace tests

This test cannot be run in this architecture as it does not
support userspace.
Today it is filtered by kconfig, which works but spends
time running cmake.
As native_posix is a default test platform it is better
to filter it alltogether by arch, which saves quite a lot
of time.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2023-10-23 12:03:39 +02:00 committed by Carles Cufí
parent fb38b90481
commit 5f57275a65
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ tests:
debug.coredump.drivers.api:
filter: CONFIG_ARCH_SUPPORTS_COREDUMP
platform_exclude: qemu_riscv32
arch_exclude:
- posix
harness: console
integration_platforms:
- qemu_x86