samples: nfc_hello: limit to uarts that support interrupts
We get some failures to build if we don't filter this test to only boards that support uart interrupts. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
8953db8008
commit
c84e90e7de
|
@ -5,4 +5,5 @@ tests:
|
|||
- test:
|
||||
arch_whitelist: x86 arm
|
||||
build_only: true
|
||||
filter: CONFIG_SERIAL_SUPPORT_INTERRUPT
|
||||
tags: apps
|
||||
|
|
Loading…
Reference in a new issue