mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 09:05:04 -05:00
3c4065f402
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.
21 lines
483 B
Plaintext
21 lines
483 B
Plaintext
# This file can be used to specify test cases that should not run when all
|
|
# test cases are run by runtests.pl. Just add the plain test case numbers, one
|
|
# per line.
|
|
# Lines starting with '#' letters are treated as comments.
|
|
594
|
|
1209
|
|
1211
|
|
1316
|
|
1512
|
|
836
|
|
882
|
|
889
|
|
890
|
|
938
|
|
# test 1801 causes problems on Mac OS X and github
|
|
# https://github.com/bagder/curl/issues/380
|
|
1801
|
|
# test 1510 casues problems on the CI on github
|
|
# example: https://travis-ci.org/bagder/curl/builds/81633600
|
|
1510
|