Skip to content

Commit

Permalink
ci(esp_tinyusb): Only test_cdc for esp32s2
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-marcisovsky committed Oct 15, 2024
1 parent da71b3a commit f863f4c
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -64,7 +64,7 @@ def ep_write(buf):
print("NOT found")


@pytest.mark.esp32s2
#@pytest.mark.esp32s2
@pytest.mark.esp32s3
@pytest.mark.esp32p4
@pytest.mark.usb_device
Expand Down

0 comments on commit f863f4c

Please sign in to comment.