summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-01-09 16:24:08 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-01-09 18:08:33 +0100
commit1f7234a2907629d2a4a1287f2cd8f7bbe6e7d6cc (patch)
tree880857278c64985c151dbe56f7fe4122c77c3070
parentcfb4f8b6260b88c5b3e8e1649b5efad97093f272 (diff)
downloadcurl-1f7234a2907629d2a4a1287f2cd8f7bbe6e7d6cc.tar.gz
data/DISABLED: disable test 313 for wolfssl builds
It was previously disabled only in the CI jobs yaml Closes #8252
-rw-r--r--tests/data/DISABLED4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/data/DISABLED b/tests/data/DISABLED
index 2836950ff..7187ec371 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