From: Daniel Stenberg Date: Thu, 9 Mar 2017 22:55:30 +0000 (+0100) Subject: tests: disabled 1903 now X-Git-Tag: curl-7_54_0~146 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26e9fc27adbc9dd3095eaf77c0e95bf3dffd7b5b;p=thirdparty%2Fcurl.git tests: disabled 1903 now Test 1903 is doing HTTP pipelining, and that is a timing and ordering sensitive operation and this fails far too often on the Travis CI leading to people more or less ignoring test failures there. Not good. The end of pipelning is probably coming sooner rather than later anyway... --- diff --git a/tests/data/DISABLED b/tests/data/DISABLED index 50544aba72..6ab4c43764 100644 --- a/tests/data/DISABLED +++ b/tests/data/DISABLED @@ -16,3 +16,5 @@ # test 1510 casues problems on the CI on github # example: https://travis-ci.org/curl/curl/builds/81633600 1510 +# Pipelining test that is causing false positives a little too often +1903