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:
parent
fb38b90481
commit
5f57275a65
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue