diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-03 22:54:50 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-03 22:55:28 +0100 |
commit | 46d1c033dbefc7723852e29375fe5c6dfddc3e47 (patch) | |
tree | a5968977c1b59df7a9ffe6a8a3453061994ea084 /kde-apps/dolphin | |
parent | sci-geosciences/gpxsee: Stabilize 13.4 ppc64, #921282 (diff) | |
download | gentoo-46d1c033dbefc7723852e29375fe5c6dfddc3e47.tar.gz gentoo-46d1c033dbefc7723852e29375fe5c6dfddc3e47.tar.bz2 gentoo-46d1c033dbefc7723852e29375fe5c6dfddc3e47.zip |
kde-apps/dolphin: Disable kitemlistcontrollerexpandtest
Bug: https://bugs.gentoo.org/920693
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/dolphin')
-rw-r--r-- | kde-apps/dolphin/dolphin-23.08.4-r1.ebuild | 5 |
1 files 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 } |