diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-05-26 12:21:29 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-05-26 14:28:54 +0200 |
commit | fc45e54be6ba5d4685ae4ef3c3ea696fc99cccd4 (patch) | |
tree | a2105eed5c0d835429e594632e19391cf99b53a2 | |
parent | c390c2e3f44953e236389467c7c090cee9ebc1b7 (diff) |
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.grandin@collabora.co.uk>
-rw-r--r-- | sdext/source/pdfimport/test/tests.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
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()); |