1# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
2
3components/hal/test_apps/ecc:
4  disable:
5    - if: SOC_ECC_SUPPORTED != 1
6  disable_test:
7    - if: IDF_TARGET == "esp32c2"
8      temporary: true
9      reason: C2 ECC peripheral has a bug in ECC point verification, if value of K is zero the verification fails
10