From e30fcb6ed5942fc5bbd90fff802932a322834bbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bence=20Sz=C3=A9pk=C3=BAti?= Date: Thu, 11 Nov 2021 16:24:19 +0100 Subject: [PATCH] Remove superfluous expected failures from list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue #5144 doesn't affect development_2.x Signed-off-by: Bence Szépkúti --- tests/scripts/test_psa_compliance.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/scripts/test_psa_compliance.py b/tests/scripts/test_psa_compliance.py index 7c159192c..f31640332 100755 --- a/tests/scripts/test_psa_compliance.py +++ b/tests/scripts/test_psa_compliance.py @@ -38,11 +38,6 @@ EXPECTED_FAILURES = { # - Tracked in issue #5143 221, - # psa_aead_[encrypt/decrypt]() returns PSA_ERROR_NOT_SUPPORTED instead of - # PSA_ERROR_INVALID_ARGUMENT when called with an invalid nonce. - # - Tracked in issue #5144 - 224, 225, - # Multipart CCM is not supported. # - Tracked in issue #3721 252, 253, 254, 255, 256, 257, 258, 259, 261,