From 7ed4c39b1eddd9d19849eea2d8cafd70b14cfa03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Mo=C5=84?= Date: Mon, 5 Feb 2024 14:28:10 +0100 Subject: [PATCH] samples: usb: set UAC2 explicit feedback sample harness to TBD MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit UAC2 explicit feedback sample currently fails twister device testing with timeout. It is not really clear what twister expects to see on the serial output when running the sample. Because there is no meaningful way of testing USB <-> I2S communication, mark the sample with TBD harness to silence the timeout. Signed-off-by: Tomasz Moń --- samples/subsys/usb/uac2_explicit_feedback/sample.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/samples/subsys/usb/uac2_explicit_feedback/sample.yaml b/samples/subsys/usb/uac2_explicit_feedback/sample.yaml index 7fa75c76127..c1f851c009b 100644 --- a/samples/subsys/usb/uac2_explicit_feedback/sample.yaml +++ b/samples/subsys/usb/uac2_explicit_feedback/sample.yaml @@ -2,5 +2,9 @@ sample: name: USB Audio 2 asynchronous explicit feedback sample tests: sample.subsys.usb.uac2_explicit_feedback: + depends_on: + - usb_device + - i2s tags: usb i2s platform_allow: nrf5340dk_nrf5340_cpuapp + harness: TBD