mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-04 06:40:03 +00:00
test: driver-only: fix disparities in random
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
3002c99247
commit
9cb0f7a423
@ -177,7 +177,6 @@ TASKS = {
|
|||||||
'ecdsa', # the software implementation that's excluded
|
'ecdsa', # the software implementation that's excluded
|
||||||
# the following lines should not be needed,
|
# the following lines should not be needed,
|
||||||
# they will be removed by upcoming work
|
# they will be removed by upcoming work
|
||||||
'random', # #6856
|
|
||||||
'pk', # #6857
|
'pk', # #6857
|
||||||
'x509parse', # #6858
|
'x509parse', # #6858
|
||||||
'x509write', # #6858
|
'x509write', # #6858
|
||||||
@ -185,6 +184,9 @@ TASKS = {
|
|||||||
'ssl', # #6860
|
'ssl', # #6860
|
||||||
],
|
],
|
||||||
'ignored_tests': {
|
'ignored_tests': {
|
||||||
|
'test_suite_random': [
|
||||||
|
'PSA classic wrapper: ECDSA signature (SECP256R1)',
|
||||||
|
],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user