analyze_oucomes.py: ignore line-too-long error for skipped tests

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
Valerio Setti 2023-10-13 15:14:07 +02:00
parent b680fc4f0b
commit 5cd18f9150

View File

@ -328,6 +328,7 @@ KNOWN_TASKS = {
'PBES2 Encrypt, pad=8 (OK)', 'PBES2 Encrypt, pad=8 (OK)',
], ],
# Following tests depends on DES # Following tests depends on DES
# pylint: disable=line-too-long
'test_suite_pkparse': [ 'test_suite_pkparse': [
'Key ASN1 (Encrypted key PKCS12, trailing garbage data)', 'Key ASN1 (Encrypted key PKCS12, trailing garbage data)',
'Key ASN1 (Encrypted key PKCS5, trailing garbage data)', 'Key ASN1 (Encrypted key PKCS5, trailing garbage data)',