kde-plasma/plasma-desktop: Don't run tests in parallel

Bug: https://bugs.gentoo.org/646890
Package-Manager: Portage-2.3.36, Repoman-2.3.9
This commit is contained in:
Andreas Sturmlechner
2018-05-10 17:52:51 +02:00
parent c11c2de845
commit 5bfd489ee9

View File

@@ -140,8 +140,10 @@ src_configure() {
}
src_test() {
# parallel tests hang, bug #646890
# needs D-Bus, bug #634166
local myctestargs=(
-j1
-E "(test_kio_fonts)"
)