dbaccess/Module_dbaccess.mk | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit 901dffd9ab559d2c246b4e2179f66e9cafd70170
Author: Caolán McNamara <[email protected]>
AuthorDate: Mon Feb 12 12:08:37 2024 +0000
Commit: Caolán McNamara <[email protected]>
CommitDate: Tue Feb 13 11:00:38 2024 +0100
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 <[email protected]>
Reviewed-by: Caolán McNamara <[email protected]>
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