1# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
2
3components/esp_common/test_apps/esp_common:
4  disable:
5    - if: CONFIG_NAME == "psram" and SOC_SPIRAM_SUPPORTED != 1
6    - if: CONFIG_NAME == "psram_noinit" and SOC_SPIRAM_SUPPORTED != 1
7