test(apptrace): enable esp32c5 and esp32c61 tests

This commit is contained in:
Erhan Kurubas
2025-03-09 17:28:27 +01:00
parent 288dfc7c2b
commit 38d17fe1cd
2 changed files with 4 additions and 2 deletions

View File

@@ -164,7 +164,9 @@ def test_examples_app_trace_basic(dut: IdfDut) -> None:
@pytest.mark.esp32s3
@pytest.mark.esp32c3
@pytest.mark.esp32c5
@pytest.mark.esp32c6
@pytest.mark.esp32c61
@pytest.mark.esp32h2
@pytest.mark.usb_serial_jtag
def test_examples_app_trace_basic_usj(dut: IdfDut) -> None: