From 3c291fd0aca2620a48e379debf7257a178962800 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Tue, 3 Mar 2015 20:27:30 +0100 Subject: [PATCH] disable another failing test --- libreoffice.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libreoffice.spec b/libreoffice.spec index d38902a..b85cd18 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1177,6 +1177,7 @@ git am %{patches} # disable failing tests %if 0%{?rhel} sed -i -e /CppunitTest_sw_ooxmlsdrexport/d sw/Module_sw.mk +sed -i -e /CppunitTest_sc_ucalc/d sc/Module_sc.mk git commit -am 'disable failing tests on rhel' %endif sed -i -e /CppunitTest_sw_ooxmlimport/d sw/Module_sw.mk