summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-10-14 18:00:35 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-10-14 18:00:35 +0200
commit3fcebc2222894f15512bfa969382f968bf61490e (patch)
tree19cdb24758bb36397eb07d7b510196d93698529a /kde-plasma
parentmedia-libs/oyranos: Re-add 0.9.5-r1 without USE=qt4 (diff)
downloadgentoo-3fcebc2222894f15512bfa969382f968bf61490e.tar.gz
gentoo-3fcebc2222894f15512bfa969382f968bf61490e.tar.bz2
gentoo-3fcebc2222894f15512bfa969382f968bf61490e.zip
kde-plasma/plasma-desktop: Disable failing test
Gentoo-bug: 634166 Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/plasma-desktop/plasma-desktop-5.11.0.ebuild9
1 files changed, 9 insertions, 0 deletions
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 e41da9d684fe..91c3516fa4e9 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
+}