1# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps 2 3components/esp_system/test_apps/esp_system_unity_tests: 4 disable: 5 - if: CONFIG_NAME == "psram" and SOC_SPIRAM_SUPPORTED != 1 6 7components/esp_system/test_apps/linux_apis: 8 enable: 9 - if: IDF_TARGET == "linux" 10 11components/esp_system/test_apps/rtc_8md256: 12 disable: 13 - if: SOC_RTC_SLOW_CLK_SUPPORT_RC_FAST_D256 != 1 14 15components/esp_system/test_apps/rtc_power_modes: 16 enable: 17 - if: IDF_TARGET == "esp32s3" 18 temporary: true 19 reason: the other targets are not tested yet 20