commit: 46d1c033dbefc7723852e29375fe5c6dfddc3e47 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Jan 3 21:54:50 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Jan 3 21:55:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46d1c033
kde-apps/dolphin: Disable kitemlistcontrollerexpandtest Bug: https://bugs.gentoo.org/920693 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-apps/dolphin/dolphin-23.08.4-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kde-apps/dolphin/dolphin-23.08.4-r1.ebuild b/kde-apps/dolphin/dolphin-23.08.4-r1.ebuild index 8536e9468c5f..32f0143cbe43 100644 --- a/kde-apps/dolphin/dolphin-23.08.4-r1.ebuild +++ b/kde-apps/dolphin/dolphin-23.08.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -81,7 +81,8 @@ src_test() { # servicemenuinstaller requires ruby, no thanks # dolphinmainwindowtest, kitemlistcontrollertest, kfileitemlistviewtest, kfileitemmodeltest hang forever # placesitemmodeltest requires DBus - -E "(servicemenuinstaller|dolphinmainwindowtest|kfileitemlistviewtest|kfileitemmodeltest|kitemlistcontrollertest|placesitemmodeltest)" + # kitemlistcontrollerexpandtest broke between 23.08.3 and 23.08.4 and I have no idea why + -E "(servicemenuinstaller|dolphinmainwindowtest|kfileitemlistviewtest|kfileitemmodeltest|kitemlistcontrollertest|placesitemmodeltest|kitemlistcontrollerexpandtest)" ) ecm_src_test }
