forked from espressif/esp-idf
test: temp disable ip101 test cases
This commit is contained in:
@@ -204,6 +204,7 @@ def test_esp_emac_hal(dut: IdfDut) -> None:
|
|||||||
|
|
||||||
@pytest.mark.esp32
|
@pytest.mark.esp32
|
||||||
@pytest.mark.ip101
|
@pytest.mark.ip101
|
||||||
|
@pytest.mark.temp_skip_ci(targets=['esp32'], reason='runner under maintenance')
|
||||||
@pytest.mark.parametrize('config', [
|
@pytest.mark.parametrize('config', [
|
||||||
'default_ip101',
|
'default_ip101',
|
||||||
], indirect=True)
|
], 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.esp32 # internally tested using ESP32 with IP101 but may support all targets with SPI Ethernet
|
||||||
@pytest.mark.ip101
|
@pytest.mark.ip101
|
||||||
|
@pytest.mark.temp_skip_ci(targets=['esp32'], reason='runner under maintenance')
|
||||||
@pytest.mark.flaky(reruns=3, reruns_delay=5)
|
@pytest.mark.flaky(reruns=3, reruns_delay=5)
|
||||||
def test_esp_netif_l2tap_example(dut: Dut) -> None:
|
def test_esp_netif_l2tap_example(dut: Dut) -> None:
|
||||||
actual_test(dut)
|
actual_test(dut)
|
||||||
|
Reference in New Issue
Block a user