mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
10 lines
328 B
YAML
10 lines
328 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
components/esp_http_client/test_apps:
|
|
disable:
|
|
- if: CONFIG_NAME == "client_only_mbedtls" and IDF_TARGET not in ["esp32c3"]
|
|
reason: Testing on one target is enough
|
|
depends_components:
|
|
- *common_components
|
|
- esp_http_client
|