diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-02-12 12:08:37 +0000 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-02-13 11:00:38 +0100 |
commit | 901dffd9ab559d2c246b4e2179f66e9cafd70170 (patch) | |
tree | 9103fa89f72802583f3eae66fa75b4e484d1295a /dbaccess | |
parent | 40bab7e27f13becb45055c9cfcd52aebf6128536 (diff) |
try reenabling CppunitTest_dbaccess_hsqldb_test on macOS
Change-Id: Ic2d2bdf2e472b04ddaba8585082256b560115d40
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163247
Tested-by: Jenkins
Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/Module_dbaccess.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dbaccess/Module_dbaccess.mk b/dbaccess/Module_dbaccess.mk index 436f591c7a07..c51b66c3522d 100644 --- a/dbaccess/Module_dbaccess.mk +++ b/dbaccess/Module_dbaccess.mk @@ -57,15 +57,12 @@ $(eval $(call gb_Module_add_check_targets,dbaccess,\ )) endif -# 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 |