From 1f7234a2907629d2a4a1287f2cd8f7bbe6e7d6cc Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 9 Jan 2022 16:24:08 +0100 Subject: [PATCH] data/DISABLED: disable test 313 for wolfssl builds It was previously disabled only in the CI jobs yaml Closes #8252 --- tests/data/DISABLED | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/data/DISABLED b/tests/data/DISABLED index 2836950ff6..7187ec371d 100644 --- a/tests/data/DISABLED +++ b/tests/data/DISABLED @@ -81,3 +81,7 @@ 1112 1272 %endif +# The CRL test doesn't work with wolfSSL +%if wolfssl +313 +%endif -- 2.47.3