ci(p4): enable esp32p4 target test

This commit is contained in:
Armando
2024-01-02 10:21:45 +08:00
parent 20f80a2d05
commit 1ab742b3c3
52 changed files with 222 additions and 18 deletions

View File

@@ -19,6 +19,7 @@ def get_line_number(lookup: str, offset: int = 0) -> int:
return -1
@pytest.mark.temp_skip_ci(targets=['esp32p4'], reason='esp32p4 support TBD')
@pytest.mark.supported_targets
@pytest.mark.generic
def test_gdbstub_runtime(dut: PanicTestDut) -> None: