From 3c4065f4020e946a742330b3d8f2e0da4c511eef Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 15 Nov 2015 20:14:46 +0000 Subject: 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. --- tests/data/DISABLED | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/data/DISABLED') 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 -- cgit v1.2.3