From 50964e4ef910e39109e61cb7980ebeddb59d129e Mon Sep 17 00:00:00 2001 From: Cong Nguyen Huu Date: Mon, 12 May 2025 13:12:33 +0700 Subject: [PATCH] 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 --- samples/arch/mpu/mpu_test/sample.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/arch/mpu/mpu_test/sample.yaml b/samples/arch/mpu/mpu_test/sample.yaml index 29bd87d9173..a80a3541731 100644 --- a/samples/arch/mpu/mpu_test/sample.yaml +++ b/samples/arch/mpu/mpu_test/sample.yaml @@ -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