ci(change): disable esp32c5 apptrace test

This commit is contained in:
Erhan Kurubas
2025-04-17 18:50:33 +02:00
parent 274925fa8a
commit 80ec596e1e
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@
examples/system/app_trace_basic:
disable_test:
- if: IDF_TARGET in ["esp32p4", "esp32h21"]
- if: IDF_TARGET in ["esp32p4", "esp32h21", "esp32c5"]
temporary: true
reason: lack of runners.

View File

@ -164,7 +164,6 @@ 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