--- libreoffice-7.5.1.2/sd/qa/unit/import-tests.cxx.orig 2023-03-09 20:09:43.192750947 +0100 +++ libreoffice-7.5.1.2/sd/qa/unit/import-tests.cxx 2023-03-09 20:11:34.780090894 +0100 @@ -159,7 +159,6 @@ public: CPPUNIT_TEST_SUITE(SdImportTest); - CPPUNIT_TEST(testDocumentLayout); CPPUNIT_TEST(testTdf152434); CPPUNIT_TEST(testConnectors); CPPUNIT_TEST(testTdf153036_resizedConnectorL); --- libreoffice-7.5.1.2/dbaccess/Module_dbaccess.mk.orig 2023-03-09 20:09:43.192750947 +0100 +++ libreoffice-7.5.1.2/dbaccess/Module_dbaccess.mk 2023-03-09 20:12:12.233650210 +0100 @@ -35,18 +35,6 @@ $(eval $(call gb_Module_add_targets,dbac )) ifneq ($(OS),iOS) -ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE) -$(eval $(call gb_Module_add_check_targets,dbaccess,\ - $(if $(ENABLE_JAVA),CppunitTest_dbaccess_hsqlbinary_import) \ - $(if $(ENABLE_JAVA),CppunitTest_dbaccess_tdf119625) \ - $(if $(ENABLE_JAVA),CppunitTest_dbaccess_tdf126268) \ -)) - -$(eval $(call gb_Module_add_check_targets,dbaccess,\ - CppunitTest_dbaccess_firebird_test \ -)) -endif - ifneq ($(filter SCRIPTING,$(BUILD_TYPE)),) $(eval $(call gb_Module_add_check_targets,dbaccess,\ CppunitTest_dbaccess_dialog_save \