We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a4f14a commit f573418Copy full SHA for f573418
device/esp_tinyusb/test_apps/vbus_monitor/pytest_vbus_monitor.py
@@ -7,7 +7,7 @@
7
@pytest.mark.esp32s2
8
@pytest.mark.esp32s3
9
@pytest.mark.esp32p4
10
-@pytest.mark.usb_device
11
@pytest.mark.temp_skip_ci(targets=['esp32p4'], reason='not implemented yet')
+@pytest.mark.usb_device
12
def test_usb_device_vbus_monitor(dut: IdfDut) -> None:
13
dut.run_all_single_board_cases(group='ci')
0 commit comments