mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
16 lines
363 B
YAML
16 lines
363 B
YAML
components/hal/test_apps/crypto:
|
|
disable_test:
|
|
- if: IDF_TARGET == "esp32p4"
|
|
temporary: true
|
|
reason: test not pass, should be re-enable # TODO: IDF-8982
|
|
depends_components:
|
|
- efuse
|
|
|
|
components/hal/test_apps/hal_i2c:
|
|
disable:
|
|
- if: SOC_I2C_SUPPORTED != 1
|
|
|
|
components/hal/test_apps/hal_utils:
|
|
enable:
|
|
- if: IDF_TARGET == "linux"
|