samples/subsys/usb/dfu: Set sanitycheck test to build_only
This sample has to be operated manually (it's a USB DFU implementation that needs to be plugged into a host to validate). Sanitycheck is failing right now becuase it tries to flash and run it, and doesn't see a harness declaration. Set it to build_only when run under sanitycheck. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
This commit is contained in:
parent
3cea065954
commit
42d8936f4d
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ sample:
|
|||
name: USB DFU sample
|
||||
tests:
|
||||
sample.subsys.usb.dfu:
|
||||
build_only: True
|
||||
platform_whitelist: nrf52840_pca10056 intel_s1000_crb
|
||||
depends_on: usb_device
|
||||
tags: usb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue