From c8f4e5ab008009fa8d790e146a653fd8f23bb5a0 Mon Sep 17 00:00:00 2001 From: Dominik Mierzejewski Date: Thu, 3 Jul 2014 19:43:43 +0200 Subject: [PATCH] disable tests on i686 with mpich They don't seem to complete in time. --- elpa.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/elpa.spec b/elpa.spec index 31c745c..1f012f1 100644 --- a/elpa.spec +++ b/elpa.spec @@ -199,6 +199,8 @@ rm %{buildroot}%{_bindir}/test* %if 1 %check +# tests on i686 with mpich never complete, disable for now +%ifnarch i686 %{_mpich_load} pushd mpich make check @@ -207,6 +209,7 @@ pushd _mt/mpich make check popd %{_mpich_unload} +%endif # only non-mt openmpi build can be tested, see bug #1105902 %{_openmpi_load}