# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps examples/network: disable: - if: IDF_TARGET in ["esp32h2"] examples/network/simple_sniffer: disable: - if: IDF_TARGET in ["esp32h2"] disable_test: - if: IDF_TARGET not in ["esp32", "esp32c3", "esp32s3"] temporary: true reason: lack of runners