| 123456789101112131415 |
- # Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
- examples/security/flash_encryption:
- disable_test:
- - if: IDF_TARGET in ["esp32s2", "esp32s3", "esp32c6", "esp32h2", "esp32c2"]
- temporary: true
- reason: lack of runners
- examples/security/nvs_encryption_hmac:
- disable:
- - if: SOC_HMAC_SUPPORTED != 1
- disable_test:
- - if: IDF_TARGET not in ["esp32c3"]
- temporary: true
- reason: lack of runners
|