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:
Cong Nguyen Huu 2025-05-12 13:12:33 +07:00 committed by Benjamin Cabé
commit 50964e4ef9

View file

@ -3,7 +3,7 @@ sample:
tests: tests:
sample.mpu.mpu_test: sample.mpu.mpu_test:
arch_allow: arm 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: tags:
- mpu - mpu
harness: shell harness: shell