commit: 8f843119d1e5720649d33fb1b48c38aed82dd120 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Feb 22 23:23:54 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Feb 22 23:30:33 2026 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8f843119
kde-apps/dolphin: Disable yet another flaky test: KItemListControllerExpandTest "Was random CI failure." I'll take that. See also: https://invent.kde.org/system/dolphin/-/merge_requests/1164#note_1407746 Closes: https://bugs.gentoo.org/947223 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-apps/dolphin/dolphin-25.12.49.9999.ebuild | 19 +++++++++---------- kde-apps/dolphin/dolphin-9999.ebuild | 19 +++++++++---------- 2 files changed, 18 insertions(+), 20 deletions(-) diff --git a/kde-apps/dolphin/dolphin-25.12.49.9999.ebuild b/kde-apps/dolphin/dolphin-25.12.49.9999.ebuild index 9e95be181e..9f726af9df 100644 --- a/kde-apps/dolphin/dolphin-25.12.49.9999.ebuild +++ b/kde-apps/dolphin/dolphin-25.12.49.9999.ebuild @@ -59,6 +59,15 @@ RDEPEND="${DEPEND} >=kde-apps/thumbnailers-${PVCUT}:6 " +CMAKE_SKIP_TESTS=( + servicemenuinstaller # requires ruby, no thanks + dolphinmainwindowtest # hangs forever + kfileitem{listview,model}test # hang forever + kitemlistcontrollertest # hangs forever + kitemlistcontrollerexpandtest # flaky even according to upstream # bug 947223 + placesitemmodeltest # requires DBus +) + src_configure() { local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt6=ON @@ -72,16 +81,6 @@ src_configure() { ecm_src_configure } -src_test() { - local myctestargs=( - # servicemenuinstaller requires ruby, no thanks - # dolphinmainwindowtest, kitemlistcontrollertest, kfileitemlistviewtest, kfileitemmodeltest hang forever - # placesitemmodeltest requires DBus - -E "(servicemenuinstaller|dolphinmainwindowtest|kfileitemlistviewtest|kfileitemmodeltest|kitemlistcontrollertest|placesitemmodeltest)" - ) - ecm_src_test -} - pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then optfeature "compress/extract and other actions" "kde-apps/ark:${SLOT}" diff --git a/kde-apps/dolphin/dolphin-9999.ebuild b/kde-apps/dolphin/dolphin-9999.ebuild index 6b8553e1c2..afe0002825 100644 --- a/kde-apps/dolphin/dolphin-9999.ebuild +++ b/kde-apps/dolphin/dolphin-9999.ebuild @@ -59,6 +59,15 @@ RDEPEND="${DEPEND} >=kde-apps/thumbnailers-${PVCUT}:6 " +CMAKE_SKIP_TESTS=( + servicemenuinstaller # requires ruby, no thanks + dolphinmainwindowtest # hangs forever + kfileitem{listview,model}test # hang forever + kitemlistcontrollertest # hangs forever + kitemlistcontrollerexpandtest # flaky even according to upstream # bug 947223 + placesitemmodeltest # requires DBus +) + src_configure() { local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt6=ON @@ -72,16 +81,6 @@ src_configure() { ecm_src_configure } -src_test() { - local myctestargs=( - # servicemenuinstaller requires ruby, no thanks - # dolphinmainwindowtest, kitemlistcontrollertest, kfileitemlistviewtest, kfileitemmodeltest hang forever - # placesitemmodeltest requires DBus - -E "(servicemenuinstaller|dolphinmainwindowtest|kfileitemlistviewtest|kfileitemmodeltest|kitemlistcontrollertest|placesitemmodeltest)" - ) - ecm_src_test -} - pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then optfeature "compress/extract and other actions" "kde-apps/ark:${SLOT}"
