commit: ffef86b0b721e55ca854dda3da118238e958369a 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:29:06 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffef86b0
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.2.ebuild | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/kde-apps/dolphin/dolphin-25.12.2.ebuild b/kde-apps/dolphin/dolphin-25.12.2.ebuild index 379fcc5ec3cd..7b81afe74ce2 100644 --- a/kde-apps/dolphin/dolphin-25.12.2.ebuild +++ b/kde-apps/dolphin/dolphin-25.12.2.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}"
