Skip to content
Snippets Groups Projects
Commit 3c4065f4 authored by Steve Holme's avatar Steve Holme
Browse files

tests: Disabled 889 and 890 until we support POP3 continuation responses

As POP3 final and continuation responses both begin with a + character,
and both the finalcode and contcode variables in SASLprotoc are set as
such, we cannot tell the difference between them when we are expecting
an optional continuation from the server such as the following:

+ something else from the server
+OK final response

Disabled these tests until such a time we can tell the responses apart.
parent d0ddfe22
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,8 @@
1512
836
882
889
890
938
# test 1801 causes problems on Mac OS X and github
# https://github.com/bagder/curl/issues/380
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment