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-17 09:55:35 +0100
commit8a2b36df5be258db32d05a0466554150d3fabfb2 (patch)
treef4a5bda99cf20d9f0a08e69edc5fd70a3ac2c139
parent45008cb4856ba35dbe967236bcfb469c3f7b5b05 (diff)
downloadcurl-8a2b36df5be258db32d05a0466554150d3fabfb2.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 Closes #5113
-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