tests: kernel: interrupt: do not run for Cortex-M Non-Secure mode
tests/kernel/interrupt tests interrupt trigger functionality, however, the Non-Secure Cortex-M mode does not have full control of the interrupt handling, so this test cannot be guaranteed to pass when executing in Non-Secure mode. Filter the test out for Non-Secure Cortex-M builds. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
038de00d61
commit
ec1bce58d1
1 changed files with 1 additions and 0 deletions
|
@ -3,3 +3,4 @@ tests:
|
|||
# nios2 excluded, see #22956
|
||||
arch_exclude: nios2
|
||||
tags: interrupt
|
||||
filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue