From 3fb6e235575109530b10e9bc17c4f2ba21d17bcb Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Jul 31 2018 08:42:03 +0000 Subject: disable flaky test 1900, which covers deprecated HTTP pipelining See https://github.com/curl/curl/pull/2705 for details. --- diff --git a/curl.spec b/curl.spec index e1149bc..a56de38 100644 --- a/curl.spec +++ b/curl.spec @@ -172,7 +172,9 @@ sed -e '1 s|^#!/.*python|#!%{__python3}|' -i tests/*.py # disable test 1112 (#565305), test 1455 (occasionally fails with 'bind failed # with errno 98: Address already in use' in Koji environment), and test 1801 # -printf "1112\n1455\n1801\n" >> tests/data/DISABLED +# and test 1900, which is flaky and covers a deprecated feature of libcurl +# +printf "1112\n1455\n1801\n1900\n" >> tests/data/DISABLED # disable test 1319 on ppc64 (server times out) %ifarch ppc64 @@ -316,6 +318,7 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/libcurl.la %changelog * Tue Jul 31 2018 Kamil Dudka - 7.61.0-3 +- disable flaky test 1900, which covers deprecated HTTP pipelining - adapt test 323 for updated OpenSSL * Thu Jul 12 2018 Fedora Release Engineering - 7.61.0-2