51 lines
1.7 KiB
Diff
51 lines
1.7 KiB
Diff
From 2f5a4af93c352a091852a8230b71720c0ec7c14c Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Sandino=20Araico=20S=C3=A1nchez?= <sandino@sandino.net>
|
|
Date: Sun, 7 May 2023 00:27:38 -0400
|
|
Subject: [PATCH] Se quitaron las pruebas unitarias que fallan en CentOS 9
|
|
|
|
---
|
|
dbaccess/Module_dbaccess.mk | 2 --
|
|
sdext/Module_sdext.mk | 1 -
|
|
sw/Module_sw.mk | 1 -
|
|
3 files changed, 4 deletions(-)
|
|
|
|
diff --git a/dbaccess/Module_dbaccess.mk b/dbaccess/Module_dbaccess.mk
|
|
index 436f591c7a07..2e8b1b77aaed 100644
|
|
--- a/dbaccess/Module_dbaccess.mk
|
|
+++ b/dbaccess/Module_dbaccess.mk
|
|
@@ -49,8 +49,6 @@ endif
|
|
|
|
ifneq ($(filter SCRIPTING,$(BUILD_TYPE)),)
|
|
$(eval $(call gb_Module_add_check_targets,dbaccess,\
|
|
- CppunitTest_dbaccess_dialog_save \
|
|
- CppunitTest_dbaccess_empty_stdlib_save \
|
|
CppunitTest_dbaccess_nolib_save \
|
|
CppunitTest_dbaccess_macros_test \
|
|
CppunitTest_dbaccess_hsqlschema_import \
|
|
diff --git a/sdext/Module_sdext.mk b/sdext/Module_sdext.mk
|
|
index fd1d191b4939..d9ba2fbccc63 100644
|
|
--- a/sdext/Module_sdext.mk
|
|
+++ b/sdext/Module_sdext.mk
|
|
@@ -31,7 +31,6 @@ $(eval $(call gb_Module_add_targets,sdext,\
|
|
endif
|
|
|
|
$(eval $(call gb_Module_add_check_targets,sdext,\
|
|
- CppunitTest_sdext_pdfimport \
|
|
Executable_pdf2xml \
|
|
Executable_pdfunzip \
|
|
))
|
|
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk
|
|
index 951b620aba5c..97c6235f67e0 100644
|
|
--- a/sw/Module_sw.mk
|
|
+++ b/sw/Module_sw.mk
|
|
@@ -114,7 +114,6 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\
|
|
CppunitTest_sw_uiwriter3 \
|
|
CppunitTest_sw_uiwriter4 \
|
|
CppunitTest_sw_uiwriter5 \
|
|
- CppunitTest_sw_uiwriter6 \
|
|
CppunitTest_sw_uiwriter7 \
|
|
CppunitTest_sw_layoutwriter \
|
|
CppunitTest_sw_layoutwriter2 \
|
|
--
|
|
2.39.1
|
|
|