From c84e90e7de2d776488bd852095b7b9c9210d3f2e Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 29 Jun 2017 12:15:29 -0500 Subject: [PATCH] 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 --- samples/nfc/nfc_hello/sample.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/nfc/nfc_hello/sample.yaml b/samples/nfc/nfc_hello/sample.yaml index 7b010b489bf..116056f3fff 100644 --- a/samples/nfc/nfc_hello/sample.yaml +++ b/samples/nfc/nfc_hello/sample.yaml @@ -5,4 +5,5 @@ tests: - test: arch_whitelist: x86 arm build_only: true + filter: CONFIG_SERIAL_SUPPORT_INTERRUPT tags: apps