mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-17 11:43:37 +00:00
Temporarily comment out tests that are clogging the CI
The pk_write_pubkey_check sometimes take ~3 hours to run with GCC+Asan on the CI in the full config. Comment out the slowest ones while we investigate and release 3.6.2. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
c76f82db27
commit
50d7579dd1
@ -30,13 +30,16 @@ Public key write check EC 521 bits (DER)
|
||||
depends_on:PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY:PSA_WANT_ECC_SECP_R1_521
|
||||
pk_write_pubkey_check:"../../framework/data_files/ec_521_pub.der":TEST_DER
|
||||
|
||||
Public key write check EC Brainpool 512 bits
|
||||
depends_on:PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY:MBEDTLS_PEM_PARSE_C:MBEDTLS_PEM_WRITE_C:PSA_WANT_ECC_BRAINPOOL_P_R1_512
|
||||
pk_write_pubkey_check:"../../framework/data_files/ec_bp512_pub.pem":TEST_PEM
|
||||
## The pk_write_pubkey_check sometimes take ~3 hours to run with
|
||||
## GCC+Asan on the CI in the full config. Comment out the slowest
|
||||
## ones while we investigate and release 3.6.2.
|
||||
# Public key write check EC Brainpool 512 bits
|
||||
# depends_on:PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY:MBEDTLS_PEM_PARSE_C:MBEDTLS_PEM_WRITE_C:PSA_WANT_ECC_BRAINPOOL_P_R1_512
|
||||
# pk_write_pubkey_check:"../../framework/data_files/ec_bp512_pub.pem":TEST_PEM
|
||||
|
||||
Public key write check EC Brainpool 512 bits (DER)
|
||||
depends_on:PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY:PSA_WANT_ECC_BRAINPOOL_P_R1_512
|
||||
pk_write_pubkey_check:"../../framework/data_files/ec_bp512_pub.der":TEST_DER
|
||||
# Public key write check EC Brainpool 512 bits (DER)
|
||||
# depends_on:PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY:PSA_WANT_ECC_BRAINPOOL_P_R1_512
|
||||
# pk_write_pubkey_check:"../../framework/data_files/ec_bp512_pub.der":TEST_DER
|
||||
|
||||
Public key write check EC X25519
|
||||
depends_on:PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY:MBEDTLS_PEM_PARSE_C:MBEDTLS_PEM_WRITE_C:PSA_WANT_ECC_MONTGOMERY_255
|
||||
|
Loading…
x
Reference in New Issue
Block a user