sample: arch: mpu: mpu_test: skip run automate for SoC S32Z
Due to input automated testing, the memory addresses (0x1, 0x2) are not available in any managed memory region, causing the automated test to fail. This test should be run manually. Signed-off-by: Cong Nguyen Huu <cong.nguyenhuu@nxp.com>
This commit is contained in:
parent
5e9a10cb5b
commit
50964e4ef9
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ sample:
|
|||
tests:
|
||||
sample.mpu.mpu_test:
|
||||
arch_allow: arm
|
||||
filter: CONFIG_CPU_HAS_MPU and not CONFIG_ARM64
|
||||
filter: CONFIG_CPU_HAS_MPU and not CONFIG_ARM64 and not CONFIG_SOC_SERIES_S32ZE
|
||||
tags:
|
||||
- mpu
|
||||
harness: shell
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue