48ba5a8218
* disable-flaky-hsqldb-test.patch OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=345
22 lines
760 B
Diff
22 lines
760 B
Diff
diff --git a/dbaccess/Module_dbaccess.mk b/dbaccess/Module_dbaccess.mk
|
|
index 200dea0..66860f0 100644
|
|
--- a/dbaccess/Module_dbaccess.mk
|
|
+++ b/dbaccess/Module_dbaccess.mk
|
|
@@ -45,16 +45,8 @@ $(eval $(call gb_Module_add_check_targets,dbaccess,\
|
|
CppunitTest_dbaccess_empty_stdlib_save \
|
|
CppunitTest_dbaccess_nolib_save \
|
|
CppunitTest_dbaccess_macros_test \
|
|
- $(if $(ENABLE_JAVA), \
|
|
- CppunitTest_dbaccess_RowSetClones) \
|
|
))
|
|
|
|
-ifeq ($(ENABLE_JAVA),TRUE)
|
|
-$(eval $(call gb_Module_add_check_targets,dbaccess,\
|
|
- CppunitTest_dbaccess_hsqldb_test \
|
|
-))
|
|
-endif
|
|
-
|
|
# This runs a suite of peformance tests on embedded firebird and HSQLDB.
|
|
# Instructions on running the test can be found in qa/unit/embeddedb_performancetest
|
|
ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE)
|