summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2024-02-15 19:52:00 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-02-15 20:45:32 +0100
commit79eb7a29ab5d37e2a96ec2b4066edb66b5d5feda (patch)
tree0d37df6c5b38c0dc0ec3034a3e2c743eb85ebe40 /test
parent60e37a4b85226f7a4430cd98347724a4ef0bde66 (diff)
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.grandin@collabora.co.uk>
Diffstat (limited to 'test')
-rw-r--r--test/qa/cppunit/dialog.cxx3
1 files changed, 2 insertions, 1 deletions
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 */