2022-11-04 09:56:04 -04:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
|
|
|
components/esp_wifi/test_apps/wifi_connect:
|
2023-01-10 00:59:46 -05:00
|
|
|
disable:
|
|
|
|
- if: SOC_WIFI_SUPPORTED != 1
|
2022-11-04 09:56:04 -04:00
|
|
|
disable_test:
|
2022-12-07 05:07:07 -05:00
|
|
|
- if: IDF_TARGET not in ["esp32", "esp32c3", "esp32s3", "esp32c2"]
|
2022-11-04 09:56:04 -04:00
|
|
|
reason: leak of runner
|
2022-12-07 05:07:07 -05:00
|
|
|
|
2022-11-04 09:56:04 -04:00
|
|
|
components/esp_wifi/test_apps/wifi_function:
|
|
|
|
disable:
|
2022-12-07 05:07:07 -05:00
|
|
|
- if: SOC_WIFI_SUPPORTED != 1
|