# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps examples/network/bridge: disable_test: - if: IDF_TARGET != "esp32" reason: Generic functionality, no need to be run on specific targets examples/network/eth2ap: disable: - if: SOC_WIFI_SUPPORTED != 1 examples/network/simple_sniffer: disable: - if: SOC_WIFI_SUPPORTED != 1 disable_test: - if: IDF_TARGET not in ["esp32", "esp32c3", "esp32s3"] temporary: true reason: lack of runners examples/network/sta2eth: disable: - if: SOC_WIFI_SUPPORTED != 1