1# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps 2 3components/esp_rom/test_apps: 4 disable_test: 5 - if: IDF_TARGET in ["esp32", "esp32c2"] 6 temporary: false 7 reason: lack of memory for testing miniz compressing 8 9components/esp_rom/test_apps/linux_rom_apis: 10 enable: 11 - if: IDF_TARGET == "linux" 12 reason: only test on linux 13