From 5bfd489ee9b32e4d1be41ea07ba3de2a013de2c7 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 10 May 2018 17:52:51 +0200 Subject: [PATCH] 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 --- kde-plasma/plasma-desktop/plasma-desktop-5.12.5.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.12.5.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.12.5.ebuild index f0fe29cc991bb..649b3d4be6114 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.12.5.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.12.5.ebuild @@ -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)" )