samples: add harness to exclude from device testing

Set harness to led as a placeholder to avoid running samples on
platforms that do not have the needed hardware.

Fixes #17439

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2019-08-26 22:00:18 -04:00
commit e844b9c844
2 changed files with 2 additions and 0 deletions

View file

@ -4,4 +4,5 @@ sample:
tests:
sample.driver.ht16k33:
platform_whitelist: nrf52840_pca10056
harness: TBD
tags: LED

View file

@ -5,3 +5,4 @@ tests:
sample.driver.led_lp5562:
platform_whitelist: nrf52840_pca10056
tags: led
harness: TBD