mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
3048ca3222
Enable all the test cases in test app of app_update component. Earlier, due to some config not enabled, not all the test cases ran.
8 lines
262 B
YAML
8 lines
262 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
components/app_update/test_apps:
|
|
disable:
|
|
- if: IDF_TARGET in ["esp32c5"]
|
|
temporary: true
|
|
reason: target esp32c5 is not supported yet # TODO: [ESP32C5] IDF-8638
|