commit: bed272df1f893e4be3e33060927cc70c685e8a62 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Feb 22 23:11:24 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Feb 22 23:12:00 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bed272df
kde-apps/okular: Disable yet another broken test: visibilitytest Closes: https://bugs.gentoo.org/970239 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-apps/okular/okular-25.12.2.ebuild | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/kde-apps/okular/okular-25.12.2.ebuild b/kde-apps/okular/okular-25.12.2.ebuild index 2367001bd716..f3c5517ef5d6 100644 --- a/kde-apps/okular/okular-25.12.2.ebuild +++ b/kde-apps/okular/okular-25.12.2.ebuild @@ -66,6 +66,14 @@ PATCHES=( "${FILESDIR}/${PN}-23.08.5-implicit-vasprintf.patch" # bug 922345; pending upstream ) +CMAKE_SKIP_TESTS=( + mainshelltest # hangs, bug #603116 + parttest # hangs, bug #641728, annotationtoolbartest fails, KDE-Bug #429640 + annotationtoolbartest + signunsignedfieldtest # fails, whatever. bug #852749 + visibilitytest # fails, whatever. bug #970239 +) + src_configure() { local mycmakeargs=( -DFORCE_NOT_REQUIRED_DEPENDENCIES="KF6DocTools;KF6Wallet;DjVuLibre;EPub;Discount;QMobipocket6;Poppler;LibSpectre;KF6Purpose;Qt6TextToSpeech;TIFF;" @@ -84,14 +92,3 @@ src_configure() { ) ecm_src_configure } - -src_test() { - # mainshelltest hangs, bug #603116 - # parttest hangs, bug #641728, annotationtoolbartest fails, KDE-Bug #429640 - # signunsignedfieldtest fails, whatever. bug #852749 - local myctestargs=( - -E "(mainshelltest|parttest|annotationtoolbartest|signunsignedfieldtest)" - ) - - ecm_src_test -}
