diff options
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 |