commit: 3fcebc2222894f15512bfa969382f968bf61490e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 14 16:00:35 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 14 16:00:35 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fcebc22
kde-plasma/plasma-desktop: Disable failing test
Gentoo-bug: 634166
Package-Manager: Portage-2.3.11, Repoman-2.3.3
kde-plasma/plasma-desktop/plasma-desktop-5.11.0.ebuild | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.11.0.ebuild
b/kde-plasma/plasma-desktop/plasma-desktop-5.11.0.ebuild
index e41da9d684f..91c3516fa4e 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.11.0.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.11.0.ebuild
@@ -151,3 +151,12 @@ src_configure() {
kde5_src_configure
}
+
+src_test() {
+ # needs D-Bus, bug #634166
+ local myctestargs=(
+ -E "(test_kio_fonts)"
+ )
+
+ kde5_src_test
+}