From c8801b7ef1cea82e4853ea45d320185935c9c78c Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Tue, 31 Jan 2023 14:28:57 +0100 Subject: [PATCH] test: x509: remove disparities in driver only testing for ECDSA Signed-off-by: Valerio Setti --- tests/scripts/analyze_outcomes.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/scripts/analyze_outcomes.py b/tests/scripts/analyze_outcomes.py index 5ec867bb70..30748e7d08 100755 --- a/tests/scripts/analyze_outcomes.py +++ b/tests/scripts/analyze_outcomes.py @@ -177,8 +177,6 @@ TASKS = { 'ecdsa', # the software implementation that's excluded # the following lines should not be needed, # they will be removed by upcoming work - 'x509parse', # #6858 - 'x509write', # #6858 'debug', # #6860 'ssl', # #6860 ],