1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 08:08:50 -05:00

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.
This commit is contained in:
Steve Holme 2015-11-15 20:14:46 +00:00
parent d0ddfe2216
commit 3c4065f402

View File

@ -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