mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
12 lines
323 B
YAML
12 lines
323 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
components/esp_driver_i2c/test_apps/i2c_test_apps:
|
|
disable:
|
|
- if: SOC_I2C_SUPPORTED != 1
|
|
disable_test:
|
|
- if: IDF_TARGET == "esp32p4"
|
|
temporary: true
|
|
reason: lack of runners
|
|
depends_components:
|
|
- esp_driver_i2c
|