kde-plasma/plasma-desktop: Disable failing test

Gentoo-bug: 634166
Package-Manager: Portage-2.3.11, Repoman-2.3.3
This commit is contained in:
Andreas Sturmlechner
2017-10-14 18:00:35 +02:00
parent 617723e27e
commit 3fcebc2222

View 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
}