From a5dd610a20b60d4c6739171bd57bef4fbf4a7c0b Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Mon, 10 Apr 2017 13:32:42 +0200 Subject: [PATCH] disable upstream test 2033 (flaky test for HTTP/1 pipelining) --- curl.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/curl.spec b/curl.spec index 201eb3a..b50a472 100644 --- a/curl.spec +++ b/curl.spec @@ -139,7 +139,8 @@ automake # disable test 1112 (#565305) and test 1801 # -printf "1112\n1801\n" >> tests/data/DISABLED +# and test 2033, which is a flaky test for HTTP/1 pipelining +printf "1112\n1801\n2033\n" >> tests/data/DISABLED # disable test 1319 on ppc64 (server times out) %ifarch ppc64 @@ -238,6 +239,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/libcurl.m4 %changelog +* Mon Apr 10 2017 Kamil Dudka 7.53.1-5 +- disable upstream test 2033 (flaky test for HTTP/1 pipelining) + * Fri Apr 07 2017 Kamil Dudka 7.53.1-4 - fix out of bounds read in curl --write-out (CVE-2017-7407)