summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <michael.stahl@allotropia.de>2022-10-17 19:59:07 +0200
committerMichael Stahl <michael.stahl@allotropia.de>2022-10-18 11:57:26 +0200
commitadd4d8f4ca99531122a248502f482883e645aa99 (patch)
tree8307b09c893b5c8bfec335e49747475f40338482
parentbb6101bc70125c9148b83f4fe4a8bb65d1ea9514 (diff)
sw: disable testN4LA0OHZ on WNT
For unknown reasons it crashes a lot on Jenkins. Change-Id: Ifc4e427d5890798e6c73b53261a9a423cc0a1ed4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141471 Tested-by: Michael Stahl <michael.stahl@allotropia.de> Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
-rw-r--r--sw/qa/extras/layout/layout.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/qa/extras/layout/layout.cxx b/sw/qa/extras/layout/layout.cxx
index a471bee7d838..0ab6e13debc0 100644
--- a/sw/qa/extras/layout/layout.cxx
+++ b/sw/qa/extras/layout/layout.cxx
@@ -3070,8 +3070,11 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testForcepoint89)
}
#endif
+// FIXME frequent crash only in WNT Jenkins
+#ifndef _WIN32
//just care it doesn't crash/assert
CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testN4LA0OHZ) { createDoc("LIBREOFFICE-N4LA0OHZ.rtf"); }
+#endif
CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testForcepoint90)
{