Skip to content

Commit

Permalink
ci(esp_tinyusb): Returned all test_apps
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-jam committed Dec 18, 2024
1 parent 0807572 commit 38493f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
@pytest.mark.esp32s2
@pytest.mark.esp32s3
@pytest.mark.esp32p4
#@pytest.mark.usb_device Disable in CI: missing tinyusb teardown
@pytest.mark.usb_device
def test_usb_device_esp_tinyusb(dut: IdfDut) -> None:
dut.run_all_single_board_cases(group='usb_device')
2 changes: 1 addition & 1 deletion device/esp_tinyusb/test_apps/vendor/pytest_vendor.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def ep_write(buf):
@pytest.mark.esp32s2
@pytest.mark.esp32s3
@pytest.mark.esp32p4
#@pytest.mark.usb_device Disable in CI, for now, not possible to run this test in Docker container
@pytest.mark.usb_device
def test_usb_device_vendor(dut: IdfDut) -> None:
'''
Running the test locally:
Expand Down

0 comments on commit 38493f8

Please sign in to comment.