kde-frameworks/kcoreaddons: Disable broken kformattest
authorAndreas Sturmlechner <asturm@gentoo.org>
Tue, 9 Oct 2018 20:40:10 +0000 (22:40 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Tue, 9 Oct 2018 21:04:32 +0000 (23:04 +0200)
Bug: https://bugs.gentoo.org/665682
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

kde-frameworks/kcoreaddons/kcoreaddons-5.50.0.ebuild

index 4e70e58a430efac72d66089356e2cb6f9fb10c2a..6241035aa32cc59aa598cc1423000a55a699ae10 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -29,10 +29,10 @@ src_configure() {
 }
 
 src_test() {
-       # bugs: 619656, 632398, 647414
+       # bugs: 619656, 632398, 647414, 665682
        local myctestargs=(
                -j1
-               -E "(kautosavefiletest|kdirwatch_qfswatch_unittest)"
+               -E "(kautosavefiletest|kdirwatch_qfswatch_unittest|kformattest)"
        )
 
        kde5_src_test