tests: kernel: interrupt: Exclude platforms test isnt valid on
The test assumes that the last to IRQ numbers will be free, this isn't a valid assumption and now that we detect multiple ISRs registering for the some IRQ line, we see failures because of this assumption on some platforms. Exclude those platforms from this test for the time being. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
54047dc59a
commit
5ef93aa639
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
tests:
|
||||
arch.interrupt:
|
||||
arch_exclude: nios2 riscv32
|
||||
platform_exclude: hexiwear_kw40z frdm_kw41z frdm_kl25z nucleo_f103rb
|
||||
nucleo_f091rc olimexino_stm32 usb_kw24d512 stm32_min_dev v2m_beetle
|
||||
tags: interrupt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue