ci(esp32c5mp): disable the unsupported tests

This commit is contained in:
laokaiyao
2024-04-01 12:25:38 +08:00
parent 033c101f90
commit 65b1fd33d3
124 changed files with 419 additions and 280 deletions

View File

@@ -7,3 +7,7 @@ components/app_trace/test_apps:
- soc
- driver
- esp_hw_support
disable:
- if: IDF_TARGET == "esp32c5"
temporary: true
reason: not support yet # TODO: [ESP32C5] IDF-8705