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