ci: add dependencies to protocol exampels

This commit is contained in:
Chen Yudong
2023-12-27 22:31:37 +08:00
parent 32397228d2
commit b4d7879d0b
2 changed files with 93 additions and 104 deletions

View File

@@ -70,6 +70,7 @@ def test_captive_page(ip: str, port: str, uri: str) -> bool:
@pytest.mark.esp32
@pytest.mark.wifi_wlan
@pytest.mark.temp_skip_ci(targets=['esp32'], reason='unstable case')
@pytest.mark.xfail(reason='Runner unable to connect to target over WiFi', run=False)
def test_example_captive_portal(dut: Dut) -> None: