diff options
author | Steve Holme <steve_holme@hotmail.com> | 2015-11-15 20:14:46 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2015-11-15 20:14:46 +0000 |
commit | 3c4065f4020e946a742330b3d8f2e0da4c511eef (patch) | |
tree | ea902f1ec200ef4289c75b3a7f7085d64d4ef98d | |
parent | d0ddfe2216e459e9cecc9bacfc132fbf6a3c965d (diff) |
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.
-rw-r--r-- | tests/data/DISABLED | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/data/DISABLED b/tests/data/DISABLED index 3874468b0..dd8f0356a 100644 --- a/tests/data/DISABLED +++ b/tests/data/DISABLED @@ -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 |