1# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
2
3components/spi_flash/test_apps/esp_flash:
4  disable:
5    - if: IDF_TARGET == "esp32c6" or IDF_TARGET == "esp32h2"
6      temporary: true
7      reason: target esp32c6 cannot pass atomic build, target esp32h2 currently doesn't support GPSPI.
8
9components/spi_flash/test_apps/esp_flash_stress:
10  enable:
11    - if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32c6", "esp32h2", "esp32s2", "esp32s3"]
12      temporary: true
13      reason: all targets according to the README file
14
15components/spi_flash/test_apps/flash_encryption:
16  disable_test:
17    - if: IDF_TARGET in ["esp32c2", "esp32s2", "esp32c6", "esp32h2"]
18      temporary: true
19      reason: No runners # IDF-5634
20