From 4b1f1d6aef27b078b815ceb103fc03f513fd7a98 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Tue, 29 Aug 2017 14:54:28 +0200 Subject: disable unstable UNO API tests Change-Id: I2a2ea122c1e95fca0e14884e8194f5c75c591bdf --- sc/qa/unoapi/sc_4.sce | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sc') diff --git a/sc/qa/unoapi/sc_4.sce b/sc/qa/unoapi/sc_4.sce index bf05df96ac04..d631ac99878b 100644 --- a/sc/qa/unoapi/sc_4.sce +++ b/sc/qa/unoapi/sc_4.sce @@ -28,8 +28,9 @@ -o sc.ScFunctionListObj # ported to cppunit -o sc.ScHeaderFieldObj -o sc.ScHeaderFieldsObj --o sc.ScHeaderFooterContentObj --o sc.ScHeaderFooterTextCursor +# The two HeaderFooter tests seem to fail randomly +# -o sc.ScHeaderFooterContentObj +# -o sc.ScHeaderFooterTextCursor # SHF_TextObj is composed of SHF_TextData, which has a weak reference to # SHF_ContentObj, which itself has three references to SHF_TextObj. # The css::text::XTextRange test fails often when the weak SHF_ContentObj is -- cgit