summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-03-16 14:53:14 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-03-16 22:21:57 +0100
commit0e21eee0a7c6ea57dcde6eb1b771513540a7e2dc (patch)
tree8df7dd93f59468ad16e88c11add927d2ac9c9cf5
parent95c36fff75883ace6e8e7a89b94362de2dd1857f (diff)
downloadcurl-0e21eee0a7c6ea57dcde6eb1b771513540a7e2dc.tar.gz
DISABLED: disable test 323
The test uses SRP to "a server not supporting it" but modern stunnel versions will silently accept it and remain happy. The test is therefore faulty. I haven't figured out how to make stunnel explicitly reject SRP-using connects. Reported-by: Marc Hörsken Fixes #5105
-rw-r--r--tests/data/DISABLED3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/data/DISABLED b/tests/data/DISABLED
index 61bdf1351..9b3af1acf 100644
--- a/tests/data/DISABLED
+++ b/tests/data/DISABLED
@@ -28,3 +28,6 @@
1901
1902
2033
+# Uses SRP to "a server not supporting it" but modern stunnel versions
+# will silently accept it and remain happy
+323