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