From fc45e54be6ba5d4685ae4ef3c3ea696fc99cccd4 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 26 May 2022 12:21:29 +0200 Subject: 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 --- sdext/source/pdfimport/test/tests.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sdext') 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 xAdaptor(new pdfi::PDFIRawAdaptor(OUString(), getComponentContext())); xAdaptor->setTreeVisitorFactory(createDrawTreeVisitorFactory()); -- cgit