From 85619bdba3a92ac8f09a5e09b37fe50b6727a399 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Wed, 21 Jul 2021 15:36:42 +0200 Subject: [PATCH] disable tests 320..322 on ppc64le where it started to hang/fail ... in Koji environment only. I was not able to reproduce the issues with the fedora-rawhide-ppc64le buildroot in mock on a ppc64le machine. --- curl.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/curl.spec b/curl.spec index 532f2ff..4528eeb 100644 --- a/curl.spec +++ b/curl.spec @@ -196,6 +196,11 @@ printf "1112\n1455\n1801\n" >> tests/data/DISABLED echo "1319" >> tests/data/DISABLED %endif +# disable tests 320..322 on ppc64le where it started to hang/fail +%ifarch ppc64le +printf "320\n321\n322\n" >> tests/data/DISABLED +%endif + # temporarily disable tests 582 and 1452 on s390x (client times out) %ifarch s390x printf "582\n1452\n" >> tests/data/DISABLED