mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
CI: enable more wifi cases
This commit is contained in:

committed by
Chen Yu Dong

parent
3cd5ba44d1
commit
8aca3932b0
@@ -57,7 +57,6 @@ class http_client_thread(threading.Thread):
|
||||
|
||||
@pytest.mark.esp32
|
||||
@pytest.mark.esp32c3
|
||||
@pytest.mark.esp32s2
|
||||
@pytest.mark.esp32s3
|
||||
@pytest.mark.wifi_router
|
||||
def test_examples_protocol_http_server_simple(dut: Dut) -> None:
|
||||
@@ -131,7 +130,6 @@ def test_examples_protocol_http_server_simple(dut: Dut) -> None:
|
||||
|
||||
@pytest.mark.esp32
|
||||
@pytest.mark.esp32c3
|
||||
@pytest.mark.esp32s2
|
||||
@pytest.mark.esp32s3
|
||||
@pytest.mark.wifi_router
|
||||
def test_examples_protocol_http_server_lru_purge_enable(dut: Dut) -> None:
|
||||
|
Reference in New Issue
Block a user