commit: 1af29530dd97dccceca61dac6ed04c6f46d3ac52 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Mar 26 20:29:05 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Mar 26 20:29:05 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1af29530
app-office/libalkimia: disable failing tests Bug: https://bugs.gentoo.org/951641 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-office/libalkimia/libalkimia-8.2.9999.ebuild | 16 ++++++++++++++++ app-office/libalkimia/libalkimia-9999.ebuild | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/app-office/libalkimia/libalkimia-8.2.9999.ebuild b/app-office/libalkimia/libalkimia-8.2.9999.ebuild index 9f669314e7..5b544e679b 100644 --- a/app-office/libalkimia/libalkimia-8.2.9999.ebuild +++ b/app-office/libalkimia/libalkimia-8.2.9999.ebuild @@ -61,3 +61,19 @@ src_configure() { ) ecm_src_configure } + +src_test() { + # bug 951641 + local CMAKE_SKIP_TESTS=( + alkdownloadengine-qt-test + alknewstuffenginetest + alkonlinequotestest + appstreamtest-onlinequoteseditor + # these fail with USE=webengine + alkdownloadengine-webengine-test + alkonlinequotes-webengine-test + alkwebpage-webengine-test + test-qwebengine-offscreen + ) + TZ=UTC ecm_src_test +} diff --git a/app-office/libalkimia/libalkimia-9999.ebuild b/app-office/libalkimia/libalkimia-9999.ebuild index a95ea06ca8..22f791abfa 100644 --- a/app-office/libalkimia/libalkimia-9999.ebuild +++ b/app-office/libalkimia/libalkimia-9999.ebuild @@ -63,3 +63,19 @@ src_configure() { ) ecm_src_configure } + +src_test() { + # bug 951641 + local CMAKE_SKIP_TESTS=( + alkdownloadengine-qt-test + alknewstuffenginetest + alkonlinequotestest + appstreamtest-onlinequoteseditor + # these fail with USE=webengine + alkdownloadengine-webengine-test + alkonlinequotes-webengine-test + alkwebpage-webengine-test + test-qwebengine-offscreen + ) + TZ=UTC ecm_src_test +}
