commit: a7228cba1b8f690a32bf56a029ba7a02d39eb5ed Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Jul 22 14:26:00 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Jul 22 14:26:00 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a7228cba
kde-apps/pimcommon: Disable broken tests Bug: https://bugs.gentoo.org/641730 Bug: https://bugs.gentoo.org/661330 Package-Manager: Portage-2.3.43, Repoman-2.3.10 kde-apps/pimcommon/pimcommon-9999.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/kde-apps/pimcommon/pimcommon-9999.ebuild b/kde-apps/pimcommon/pimcommon-9999.ebuild index 3002282f52..624220f012 100644 --- a/kde-apps/pimcommon/pimcommon-9999.ebuild +++ b/kde-apps/pimcommon/pimcommon-9999.ebuild @@ -52,3 +52,12 @@ RDEPEND="${COMMON_DEPEND} !kde-apps/kdepim-common-libs:4 !kde-apps/kdepim-l10n " + +src_test() { + # bugs 641730, 661330 + local myctestargs=( + -E "(autocorrectiontest|pimcommon-translator-translatortest)" + ) + + kde5_src_test +}