Skip to content

Commit e353055

Browse files
committed
libreoffice-fresh: skip another newly broken test
1 parent e7766d2 commit e353055

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pkgs/applications/office/libreoffice/skip-broken-tests-fresh.patch

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,17 @@
3232
m_pDoc->InsertTab(0, u"Formula"_ustr);
3333

3434
sc::AutoCalcSwitch aACSwitch(*m_pDoc, true); // turn auto calc on.
35+
--- a/sw/qa/extras/layout/layout.cxx
36+
+++ b/sw/qa/extras/layout/layout.cxx
37+
@@ -1347,6 +1347,8 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testRedlineFlysInHeader)
38+
#if !defined(MACOSX)
39+
CPPUNIT_TEST_FIXTURE(SwLayoutWriter, TestTdf150606)
40+
{
41+
+ return; // flaky
42+
+
43+
createSwDoc("tdf150606-1-min.odt");
44+
45+
SwXTextDocument* pTextDoc = dynamic_cast<SwXTextDocument*>(mxComponent.get());
3546
--- a/sw/qa/extras/layout/layout3.cxx
3647
+++ b/sw/qa/extras/layout/layout3.cxx
3748
@@ -3354,6 +3354,9 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, TestTdf104209VertRTL)

0 commit comments

Comments
 (0)