ci(p4): temporarily disable failed ci tests on p4

This commit is contained in:
Armando
2024-01-02 18:33:31 +08:00
parent 4686456872
commit 907b876354
43 changed files with 143 additions and 20 deletions

View File

@@ -5,6 +5,7 @@ import pytest
from pytest_embedded import Dut
@pytest.mark.temp_skip_ci(targets=['esp32p4'], reason='esp32p4 support TBD')
@pytest.mark.supported_targets
@pytest.mark.generic
def test_mbedtls(dut: Dut) -> None: