tests: arm: exclude i.mx95 m7 for some interrupt tests

i.MX95 M7 is using multi-level interrupts with custom
interrupt handling. So, arm_custom_interrupt and
arm_irq_vector_table tests should exclude it.

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
This commit is contained in:
Yangbo Lu 2025-01-21 18:16:19 +08:00 committed by Benjamin Cabé
commit 1ecf5698f6
2 changed files with 5 additions and 0 deletions

View file

@ -8,3 +8,6 @@ common:
tests:
arch.arm.custom_interrupt:
filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE
platform_exclude:
- imx95_evk/mimx9596/m7
- imx95_evk/mimx9596/m7/ddr

View file

@ -11,3 +11,5 @@ tests:
not CONFIG_GEN_ISR_TABLES
platform_exclude:
- mr_canhubk3
- imx95_evk/mimx9596/m7
- imx95_evk/mimx9596/m7/ddr