mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
ci(change): disable esp32c5 apptrace test
This commit is contained in:
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user