mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Ignore tests of built-in interfaces for driver-only testing parity
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
010f035cdf
commit
35b49c4d7d
|
|
@ -206,6 +206,7 @@ TASKS = {
|
||||||
'ignored_suites': [
|
'ignored_suites': [
|
||||||
'shax', 'mdx', # the software implementations that are being excluded
|
'shax', 'mdx', # the software implementations that are being excluded
|
||||||
'md.psa', # purposefully depends on whether drivers are present
|
'md.psa', # purposefully depends on whether drivers are present
|
||||||
|
'psa_crypto_low_hash.generated', # testing the builtins
|
||||||
],
|
],
|
||||||
'ignored_tests': {
|
'ignored_tests': {
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue