test: temp disable ip101 test cases

pull/13090/head
Fu Hanxi 2024-01-10 15:37:20 +01:00
rodzic c1301c6145
commit a98923bc85
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 19399699CF3C4B16
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -204,6 +204,7 @@ def test_esp_emac_hal(dut: IdfDut) -> None:
@pytest.mark.esp32
@pytest.mark.ip101
@pytest.mark.temp_skip_ci(targets=['esp32'], reason='runner under maintenance')
@pytest.mark.parametrize('config', [
'default_ip101',
], indirect=True)

Wyświetl plik

@ -101,6 +101,7 @@ def actual_test(dut: Dut) -> None:
@pytest.mark.esp32 # internally tested using ESP32 with IP101 but may support all targets with SPI Ethernet
@pytest.mark.ip101
@pytest.mark.temp_skip_ci(targets=['esp32'], reason='runner under maintenance')
@pytest.mark.flaky(reruns=3, reruns_delay=5)
def test_esp_netif_l2tap_example(dut: Dut) -> None:
actual_test(dut)