2022-07-12 22:34:02 -04:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
|
|
|
components/spi_flash/host_test/partition_api_test:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET == "linux"
|
|
|
|
reason: only test on linux
|
2022-07-14 00:29:43 -04:00
|
|
|
|
2022-10-27 06:55:07 -04:00
|
|
|
components/spi_flash/test_apps/esp_flash:
|
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32c6"
|
|
|
|
temporary: true
|
|
|
|
reason: target esp32c6 is not supported yet
|
|
|
|
|
2022-07-14 00:29:43 -04:00
|
|
|
components/spi_flash/test_apps/flash_encryption:
|
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32s2"]
|
|
|
|
temporary: true
|
|
|
|
reason: No runners # IDF-5634
|