2022-07-13 10:34:02 +08:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
2022-10-27 18:55:07 +08:00
|
|
|
components/spi_flash/test_apps/esp_flash:
|
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32c6"
|
|
|
|
temporary: true
|
2022-10-20 13:59:08 +08:00
|
|
|
reason: target esp32c6 cannot pass atomic build
|
2022-10-27 18:55:07 +08:00
|
|
|
|
2022-07-14 12:29:43 +08:00
|
|
|
components/spi_flash/test_apps/flash_encryption:
|
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32s2"]
|
|
|
|
temporary: true
|
|
|
|
reason: No runners # IDF-5634
|
2022-11-02 11:20:42 +08:00
|
|
|
|
|
|
|
components/spi_flash/test_apps/flash_mmap:
|
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32c6"
|
|
|
|
temporary: true
|
|
|
|
reason: target esp32c6 is not supported yet
|