Skip to content

Commit 0efeabb

Browse files
committed
change(ci): Marked off the p4 test
1 parent 71a0e06 commit 0efeabb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

device/esp_tinyusb/test_apps/dconn_detection/pytest_dconn_detection.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
@pytest.mark.esp32s2
99
@pytest.mark.esp32s3
10+
@pytest.mark.esp32p4
11+
@pytest.mark.temp_skip_ci(targets=['esp32p4'], reason='P4 conn/dconn emulation has not been implmented')
1012
@pytest.mark.usb_device
1113
def test_usb_device_dconn_detection(dut: IdfDut) -> None:
1214
dut.run_all_single_board_cases(group='dconn')

0 commit comments

Comments
 (0)