From 6f473e92405f7b7ac56dcfe2056207a4969db714 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Wed, 21 Aug 2019 16:51:23 -0500 Subject: [PATCH] samples: usb: webusb: Mark harness as TBD Mark harness as TBD as we haven't defined how to test/validate this sample on real hardware. As such marking it 'harness: TBD' will get it skipped from being attempted to run on hardware via --device-testing Signed-off-by: Kumar Gala --- samples/subsys/usb/webusb/sample.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/subsys/usb/webusb/sample.yaml b/samples/subsys/usb/webusb/sample.yaml index 3d3afb30a11..89a9c9bbeac 100644 --- a/samples/subsys/usb/webusb/sample.yaml +++ b/samples/subsys/usb/webusb/sample.yaml @@ -5,3 +5,4 @@ tests: depends_on: usb_device tags: usb platform_exclude: native_posix native_posix_64 + harness: TBD