kde-plasma/plasma-desktop: Disable failing test
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 14 Oct 2017 16:00:35 +0000 (18:00 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 14 Oct 2017 16:00:35 +0000 (18:00 +0200)
Gentoo-bug: 634166
Package-Manager: Portage-2.3.11, Repoman-2.3.3

kde-plasma/plasma-desktop/plasma-desktop-5.11.0.ebuild

index e41da9d684fe5c98b5aca92a8c2357abcb4195f5..91c3516fa4e96aa63ce67c5e8e0443767845f405 100644 (file)
@@ -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
+}