From b806dc837ab56b9e696cebda61ea5631bc898ce5 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Sat, 23 Aug 2025 21:58:04 -0600 Subject: [PATCH] Skip tests on s390x - timeouts take too long --- vtk.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vtk.spec b/vtk.spec index 75cf6bd..2f2c216 100644 --- a/vtk.spec +++ b/vtk.spec @@ -828,6 +828,8 @@ rm -v %{buildroot}/%{_libdir}/openmpi/lib/cmake/%{name}/patches/99/FindHDF5.cmak export QA_RPATHS=18 +# Test take a very long time on s390x because many tests hit the default 25 minute timeout +%ifnarch s390x %check cp %SOURCE2 . %if %{with xdummy} @@ -845,6 +847,7 @@ export FLEXIBLAS=netlib kill %1 || : cat xorg.log %endif +%endif %files -f %{_vendor}-%{_target_os}-build-serial/libs.list