Skip to content

Commit

Permalink
Update host/class/uac/usb_host_uac/test_app/pytest_usb_host_uac.py
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Marčišovský <[email protected]>
  • Loading branch information
leeebo and peter-marcisovsky authored May 8, 2024
1 parent 54c542e commit 066c6a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions host/class/uac/usb_host_uac/test_app/pytest_usb_host_uac.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]')
Expand Down

0 comments on commit 066c6a6

Please sign in to comment.