commit: d1585752bbdf402b2cd5993bf955e7fe53425503 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Oct 9 20:40:10 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Oct 9 21:04:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1585752
kde-frameworks/kcoreaddons: Disable broken kformattest Bug: https://bugs.gentoo.org/665682 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 kde-frameworks/kcoreaddons/kcoreaddons-5.50.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-frameworks/kcoreaddons/kcoreaddons-5.50.0.ebuild b/kde-frameworks/kcoreaddons/kcoreaddons-5.50.0.ebuild index 4e70e58a430..6241035aa32 100644 --- a/kde-frameworks/kcoreaddons/kcoreaddons-5.50.0.ebuild +++ b/kde-frameworks/kcoreaddons/kcoreaddons-5.50.0.ebuild @@ -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
