sdext/source/pdfimport/test/tests.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit fc45e54be6ba5d4685ae4ef3c3ea696fc99cccd4 Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Thu May 26 12:21:29 2022 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Thu May 26 14:28:54 2022 +0200 disable this sdext test on windows for now Change-Id: I06456afa84314b3348bce177c939f510e00aa743 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134993 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/sdext/source/pdfimport/test/tests.cxx b/sdext/source/pdfimport/test/tests.cxx index c8c3b9e28a8f..77d98999d0d3 100644 --- a/sdext/source/pdfimport/test/tests.cxx +++ b/sdext/source/pdfimport/test/tests.cxx @@ -557,7 +557,8 @@ namespace void testTdf141709() { -#if HAVE_FEATURE_POPPLER +// this test crashes on the windows jenkins boxes, but no-one can catch it locally +#if HAVE_FEATURE_POPPLER && !defined(_WIN32) rtl::Reference<pdfi::PDFIRawAdaptor> xAdaptor(new pdfi::PDFIRawAdaptor(OUString(), getComponentContext())); xAdaptor->setTreeVisitorFactory(createDrawTreeVisitorFactory());