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:
Gilles Peskine 2023-10-04 12:28:41 +02:00
parent 010f035cdf
commit 35b49c4d7d

View File

@ -206,6 +206,7 @@ TASKS = {
'ignored_suites': [
'shax', 'mdx', # the software implementations that are being excluded
'md.psa', # purposefully depends on whether drivers are present
'psa_crypto_low_hash.generated', # testing the builtins
],
'ignored_tests': {
}