Skip to content

Commit f573418

Browse files
committed
attemt to disable the vbus_monotir test for esp32p4 in CI
1 parent 3a4f14a commit f573418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

device/esp_tinyusb/test_apps/vbus_monitor/pytest_vbus_monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
@pytest.mark.esp32s2
88
@pytest.mark.esp32s3
99
@pytest.mark.esp32p4
10-
@pytest.mark.usb_device
1110
@pytest.mark.temp_skip_ci(targets=['esp32p4'], reason='not implemented yet')
11+
@pytest.mark.usb_device
1212
def test_usb_device_vbus_monitor(dut: IdfDut) -> None:
1313
dut.run_all_single_board_cases(group='ci')

0 commit comments

Comments
 (0)