diff --git a/tests/arch/arm/arm_custom_interrupt/testcase.yaml b/tests/arch/arm/arm_custom_interrupt/testcase.yaml index d20f87e17ae112..b5047404a3829d 100644 --- a/tests/arch/arm/arm_custom_interrupt/testcase.yaml +++ b/tests/arch/arm/arm_custom_interrupt/testcase.yaml @@ -7,4 +7,5 @@ common: arch_allow: arm tests: arch.arm.custom_interrupt: - filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE + filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE and + not dt_compat_enabled("renesas,ra-interrupt-controller-unit")