zephyr/tests/kernel/mem_protect/protection/testcase.yaml
Manuel Argüelles 0b32004c09 tests: userspace: exclude ucans32k1sic due to lack of MPU regions
This board have an NXP MPU with 8 configurable regions, of which five
of them are already used by the static MPU configuration. Many of
these tests are failing due to lack of MPU regions or free partition
slots available, even when HW stack protection is disabled when
building with userspace support.

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
2023-12-05 16:20:10 -06:00

11 lines
216 B
YAML

tests:
kernel.memory_protection.protection:
platform_exclude:
- twr_ke18f
- ucans32k1sic
filter: CONFIG_SRAM_REGION_PERMISSIONS
tags:
- kernel
- security
ignore_faults: true