mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
13 lines
379 B
YAML
13 lines
379 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
components/esp_wifi/test_apps/wifi_connect:
|
|
disable:
|
|
- if: SOC_WIFI_SUPPORTED != 1
|
|
disable_test:
|
|
- if: IDF_TARGET not in ["esp32", "esp32c3", "esp32s3", "esp32c2"]
|
|
reason: leak of runner
|
|
|
|
components/esp_wifi/test_apps/wifi_function:
|
|
disable:
|
|
- if: SOC_WIFI_SUPPORTED != 1
|