From f25b16caddca6e0ef2d52164f200e779e97a07ae Mon Sep 17 00:00:00 2001 From: Przemek Stekiel Date: Fri, 4 Mar 2022 14:25:09 +0100 Subject: [PATCH] test_psa_compliance: update tag to fix-pr-5139-3 Signed-off-by: Przemek Stekiel --- tests/scripts/test_psa_compliance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/test_psa_compliance.py b/tests/scripts/test_psa_compliance.py index 182fa39ee..3e7a9a6d5 100755 --- a/tests/scripts/test_psa_compliance.py +++ b/tests/scripts/test_psa_compliance.py @@ -47,7 +47,7 @@ EXPECTED_FAILURES = { # # Web URL: https://github.com/bensze01/psa-arch-tests/tree/fixes-for-mbedtls-3 PSA_ARCH_TESTS_REPO = 'https://github.com/bensze01/psa-arch-tests.git' -PSA_ARCH_TESTS_REF = 'fix-pr-5139-2' +PSA_ARCH_TESTS_REF = 'fix-pr-5139-3' #pylint: disable=too-many-branches,too-many-statements def main():