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 71a0e06 commit 0efeabbCopy full SHA for 0efeabb
device/esp_tinyusb/test_apps/dconn_detection/pytest_dconn_detection.py
@@ -7,6 +7,8 @@
7
8
@pytest.mark.esp32s2
9
@pytest.mark.esp32s3
10
+@pytest.mark.esp32p4
11
+@pytest.mark.temp_skip_ci(targets=['esp32p4'], reason='P4 conn/dconn emulation has not been implmented')
12
@pytest.mark.usb_device
13
def test_usb_device_dconn_detection(dut: IdfDut) -> None:
14
dut.run_all_single_board_cases(group='dconn')
0 commit comments