test: temp disable ip101 test cases

This commit is contained in:
Fu Hanxi 2024-01-10 15:37:20 +01:00
parent c1301c6145
commit a98923bc85
No known key found for this signature in database
GPG Key ID: 19399699CF3C4B16
2 changed files with 2 additions and 0 deletions

View File

@ -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)

View File

@ -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)