commit: f817ee658e2017bcbdc7f7e5af5c3d0653910f07 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Nov 14 20:10:22 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Nov 14 20:16:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f817ee65
kde-frameworks/kcoreaddons: Disable newly failing kpluginloadertest It all of a sudden fails the same for 5.110.0, so the reason lies not within the package itself. Bug: https://bugs.gentoo.org/917244 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-frameworks/kcoreaddons/kcoreaddons-5.112.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/kcoreaddons/kcoreaddons-5.112.0.ebuild b/kde-frameworks/kcoreaddons/kcoreaddons-5.112.0.ebuild index 8e5dfc25b19c..bf1fbc51317d 100644 --- a/kde-frameworks/kcoreaddons/kcoreaddons-5.112.0.ebuild +++ b/kde-frameworks/kcoreaddons/kcoreaddons-5.112.0.ebuild @@ -34,10 +34,10 @@ src_configure() { } src_test() { - # bugs: 619656, 632398, 647414, 665682 + # bugs: 619656, 632398, 647414, 665682, 917244 (fails upstream as well) local myctestargs=( -j1 - -E "(kautosavefiletest|kdirwatch_qfswatch_unittest|kdirwatch_stat_unittest|kformattest)" + -E "(kautosavefiletest|kdirwatch_qfswatch_unittest|kdirwatch_stat_unittest|kformattest|kpluginloadertest)" ) ecm_src_test
