From 66fe1e6b5b6fe1e59fe79d21c51df76d7386056f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Tue, 15 Mar 2022 08:53:02 +0000 Subject: [PATCH] disable failing s390x test --- libreoffice.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libreoffice.spec b/libreoffice.spec index 80e3bc2..51ef1e0 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -971,6 +971,7 @@ sed -i -e s/CppunitTest_dbaccess_RowSetClones// dbaccess/Module_dbaccess.mk # pp sed -i -e /CppunitTest_xmlsecurity_signing/d xmlsecurity/Module_xmlsecurity.mk sed -i -e /CppunitTest_xmlsecurity_pdfsigning/d xmlsecurity/Module_xmlsecurity.mk %ifarch s390x +sed -i -e /CppunitTest_drawinglayer_processors/d drawinglayer/Module_drawinglayer.mk sed -i -e /CppunitTest_vcl_svm_test/d vcl/Module_vcl.mk %endif