zephyr/tests/kernel/mem_protect/syscalls/testcase.yaml
Daniel Leung 9064652db9 tests: mem_protect/syscalls: exclude board numaker_m2l31ki
The board defconfig forces CONFIG_USERSPACE to be disabled
due to small number of available MPU regions which are not
enough for userspace testing.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2024-06-12 21:13:26 -04:00

16 lines
340 B
YAML

tests:
kernel.memory_protection.syscalls:
platform_exclude:
- qemu_arc/qemu_arc_em
# Too few MPU regions for USERSPACE testing
- numaker_m2l31ki
filter: CONFIG_ARCH_HAS_USERSPACE
arch_exclude:
- posix
tags:
- kernel
- security
- userspace
ignore_faults: true
timeout: 180