From 906fead1c5ef61527546b914dc172f48713b609d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20=C5=98=C3=ADdk=C3=BD?= Date: Thu, 10 Mar 2022 12:11:02 +0100 Subject: [PATCH] Disable ppc64le tests --- openexr.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openexr.spec b/openexr.spec index a12939e..dcc52c8 100644 --- a/openexr.spec +++ b/openexr.spec @@ -102,9 +102,9 @@ Summary: Development files for %{name} %check -# A few tests fail on s390x +# A few tests fail on s390x and ppc64le # https://github.com/AcademySoftwareFoundation/openexr/issues/1175 -%ifnarch s390x +%ifnarch s390x ppc64le %ctest %endif