test/qa/cppunit/dialog.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 79eb7a29ab5d37e2a96ec2b4066edb66b5d5feda Author: Noel Grandin <noelgran...@gmail.com> AuthorDate: Thu Feb 15 19:52:00 2024 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Thu Feb 15 20:45:32 2024 +0100 disable CppunitTest_test_a11y on Windows keeps crashing on the Windows jenkins boxes Change-Id: I80415432dab9a2967c9a85fcf89f3840eecc91e9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163454 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/test/qa/cppunit/dialog.cxx b/test/qa/cppunit/dialog.cxx index eb6996fa68f4..f5f861371443 100644 --- a/test/qa/cppunit/dialog.cxx +++ b/test/qa/cppunit/dialog.cxx @@ -10,7 +10,8 @@ #include <test/a11y/accessibletestbase.hxx> // FIXME: dialog API doesn't work on macos yet -#if !defined(MACOSX) +// and this test crashes on some jenkins Windows boxes +#if !defined(MACOSX) && !defined(_WIN32) /* Checks an unexpected dialog opening (instead of the expected one) is properly caught, as it would * otherwise block the test potentially indefinitely */