1# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
2
3components/esp_netif/test_apps/test_app_esp_netif:
4  disable_test:
5    - if: IDF_TARGET not in ["esp32s2", "esp32c3"]
6      temporary: false
7      reason: Not needed to test on all targets (chosen two, one for each architecture)
8
9components/esp_netif/test_apps/test_app_vfs_l2tap:
10  disable:
11    - if: SOC_EMAC_SUPPORTED != 1
12      temporary: false
13      reason: test uses internal EMAC
14