tests: arch: arm_irq_vector_table: exclude mr_canhubk3 board

The mr_canhubk3 board enables by default an off-chip watchdog that must
be serviced to avoid triggering a reset and cannot be disabled on a
per-test basis.

To add the needed ISR for this test involve doing modifications to the
LPSPI MCUX driver that does not worth the trouble for this test only,
so exclude this board.

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
This commit is contained in:
Manuel Argüelles 2023-09-13 12:23:09 +07:00 committed by Fabio Baltieri
commit da56b98f8b

View file

@ -8,3 +8,5 @@ common:
tests: tests:
arch.arm.irq_vector_table: arch.arm.irq_vector_table:
filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE
platform_exclude:
- mr_canhubk3