From d41d215108ce0cb639ba45ae3f20fa05a47454c5 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Tue, 10 Jul 2018 15:14:27 +0200 Subject: [PATCH] disable test 1455, which occasionally fails in Koji ... with 'bind failed with errno 98: Address already in use' --- curl.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/curl.spec b/curl.spec index 94a77a8..4072953 100644 --- a/curl.spec +++ b/curl.spec @@ -169,9 +169,10 @@ sed -e '1 s|^#!/.*python|#!%{__python3}|' -i tests/*.py #aclocal -I m4 #automake -# disable test 1112 (#565305) and test 1801 +# 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\n1801\n" >> tests/data/DISABLED +printf "1112\n1455\n1801\n" >> tests/data/DISABLED # disable test 1319 on ppc64 (server times out) %ifarch ppc64