kde-plasma/plasma-desktop: Don't run tests in parallel
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 10 May 2018 15:52:51 +0000 (17:52 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 10 May 2018 15:55:23 +0000 (17:55 +0200)
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

index f0fe29cc991bb275d3473d843546be9f358cb05b..649b3d4be61147b2bf06f34b9ec068f10a1ece7b 100644 (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)"
        )