sw/qa/extras/layout/layout.cxx | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit add4d8f4ca99531122a248502f482883e645aa99 Author: Michael Stahl <michael.st...@allotropia.de> AuthorDate: Mon Oct 17 19:59:07 2022 +0200 Commit: Michael Stahl <michael.st...@allotropia.de> CommitDate: Tue Oct 18 11:57:26 2022 +0200 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.st...@allotropia.de> Reviewed-by: Michael Stahl <michael.st...@allotropia.de> 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) {