summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-01-09 11:59:33 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-01-09 16:06:19 +0100
commit4c843fddcf9f5281ee2544f510134771b241a95d (patch)
treeb57d58cad337ab8c37cd178c4afd4491e5960504
parent1fefa1a85689b306443f42e7e50b0c86edcc4e7d (diff)
downloadcurl-4c843fddcf9f5281ee2544f510134771b241a95d.tar.gz
DISABLE: disable a dozen tests in the rustls build
Disables tests that don't yet work with the rustls backend. Fixes #8004 Closes #8250
-rw-r--r--tests/data/DISABLED15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/data/DISABLED b/tests/data/DISABLED
index 371ebc481..2836950ff 100644
--- a/tests/data/DISABLED
+++ b/tests/data/DISABLED
@@ -66,3 +66,18 @@
1800
%endif
2043
+# Tests that are disabled here for rustls are SUPPOSED to work
+%if rustls
+312
+313
+400
+401
+403
+404
+406
+407
+408
+409
+1112
+1272
+%endif