summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-06-04 10:41:44 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-06-04 15:15:00 +0200
commit157cdbaf1648c7471d261e11900fd4df07435ba1 (patch)
tree0c6ea566d9f2c9c6eebb891eb7b515edb4636244 /dbaccess
parent9da9d3054ab14cde2518cf9de8f7d8455800e551 (diff)
disable dbaccess_hsqldb test on macos
fails 50% of the time with a core dump, and we have no way of debugging that Change-Id: Ieda3a241a964327d3c70a6f519a032980ce312ed Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95487 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> (cherry picked from commit 8ad4ec9eea1224b9bfe1f7ce28393b234c083c89) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95425
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/Module_dbaccess.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/dbaccess/Module_dbaccess.mk b/dbaccess/Module_dbaccess.mk
index a84bd57f2f82..49bd9d202c7f 100644
--- a/dbaccess/Module_dbaccess.mk
+++ b/dbaccess/Module_dbaccess.mk
@@ -61,12 +61,15 @@ $(eval $(call gb_Module_add_check_targets,dbaccess,\
CppunitTest_dbaccess_hsqlschema_import \
))
+# this test fails 50% of the time on the mac jenkins buildbots
ifeq ($(ENABLE_JAVA),TRUE)
+ifneq ($(OS),MACOSX)
$(eval $(call gb_Module_add_check_targets,dbaccess,\
CppunitTest_dbaccess_hsqldb_test \
CppunitTest_dbaccess_RowSetClones \
))
endif
+endif
# This runs a suite of performance tests on embedded firebird and HSQLDB.
# Instructions on running the test can be found in qa/unit/embeddedb_performancetest