mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 10:39:11 -04:00
8 lines
234 B
YAML
8 lines
234 B
YAML
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
||
|
|
||
|
components/esp_adc/test_apps/adc:
|
||
|
disable:
|
||
|
- if: IDF_TARGET == "esp32c6"
|
||
|
temporary: true
|
||
|
reason: target esp32c6 is not supported yet
|