diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-08-29 14:54:28 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-08-29 14:55:00 +0200 |
commit | 4b1f1d6aef27b078b815ceb103fc03f513fd7a98 (patch) | |
tree | 4014f28279d9c5ac67866da24b01f191156e99b9 /sc | |
parent | bcc372d15e731ab9ff660072a6dc860708e61a93 (diff) |
disable unstable UNO API tests
Change-Id: I2a2ea122c1e95fca0e14884e8194f5c75c591bdf
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/unoapi/sc_4.sce | 5 |
1 files changed, 3 insertions, 2 deletions
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 |