Skip to content

Commit

Permalink
tests: arch: arm: arm_custom_interrupt: Excluding Renesas RA
Browse files Browse the repository at this point in the history
Renesas RA ICU already selects ARM_CUSTOM_INTERRUPT_CONTROLLER,
so it will be excluded from the test.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
  • Loading branch information
soburi committed Jul 17, 2024
1 parent 170ecd2 commit 697a0fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/arch/arm/arm_custom_interrupt/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit 697a0fd

Please sign in to comment.