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:
parent
775ec5ac19
commit
da56b98f8b
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue