1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

Fix some dependencies in test_suite_psa_crypto

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
Manuel Pégourié-Gonnard
2023-02-21 13:12:30 +01:00
parent e91bcf31b6
commit d1c001aff7
2 changed files with 2 additions and 7 deletions

View File

@@ -192,11 +192,6 @@ TASKS = {
'ecdh', # the software implementation that's excluded
],
'ignored_tests': {
# temporary
'test_suite_psa_crypto': [
'PSA key agreement setup: ECDH, unknown KDF',
'PSA key policy: raw agreement, key permits raw agreement, but algorithm is not raw',
],
}
}
},