# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps examples/openthread/ot_br: disable: - if: IDF_TARGET in ["esp32h2"] temporary: true reason: target(s) not supported yet disable_test: - if: IDF_TARGET in ["esp32", "esp32c3", "esp32c2", "esp32c6", "esp32s2"] temporary: true reason: only test on esp32s3 examples/openthread/ot_cli: enable: - if: IDF_TARGET in ["esp32h2", "esp32h4", "esp32c6"] examples/openthread/ot_rcp: enable: - if: IDF_TARGET in ["esp32h2", "esp32h4", "esp32c6"] disable_test: - if: IDF_TARGET in ["esp32h2", "esp32c6"] temporary: true reason: only test on esp32h4