diff --git a/host/class/uac/usb_host_uac/test_app/pytest_usb_host_uac.py b/host/class/uac/usb_host_uac/test_app/pytest_usb_host_uac.py index f71cc2f1..a1ac613b 100644 --- a/host/class/uac/usb_host_uac/test_app/pytest_usb_host_uac.py +++ b/host/class/uac/usb_host_uac/test_app/pytest_usb_host_uac.py @@ -6,11 +6,9 @@ import pytest from pytest_embedded_idf.dut import IdfDut - +# No runner marker, unable to mock UAC 1.0 device with tinyusb @pytest.mark.esp32s2 @pytest.mark.esp32s3 -@pytest.mark.temp_skip_ci(targets=['esp32s2', 'esp32s3'], reason='unable to mock UAC 1.0 device with tinyusb') -@pytest.mark.usb_host def test_usb_host_uac(dut: IdfDut) -> None: dut.expect_exact('Press ENTER to see the list of tests.') dut.write('[uac_host]')