summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-03-09 23:55:30 +0100
committerDaniel Stenberg <daniel@haxx.se>2017-03-09 23:57:09 +0100
commit26e9fc27adbc9dd3095eaf77c0e95bf3dffd7b5b (patch)
treeac20cffa8325d6f1bff7202ca620fd65e53d3c59
parente1960fef129b864fdbdf5771c0d938b605667b3b (diff)
downloadcurl-26e9fc27adbc9dd3095eaf77c0e95bf3dffd7b5b.tar.gz
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...
-rw-r--r--tests/data/DISABLED2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/data/DISABLED b/tests/data/DISABLED
index 50544aba7..6ab4c4376 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