mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
test: temp disable ip101 test cases
This commit is contained in:
parent
c1301c6145
commit
a98923bc85
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user