commit: 02c1bd47ed793795b0e43c4e1924214aa277f822 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Mar 20 12:44:56 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Mar 20 12:46:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02c1bd47
kde-apps/libkgapi: Disable broken tests Bug: https://bugs.gentoo.org/679764 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-apps/libkgapi/libkgapi-18.12.3.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/kde-apps/libkgapi/libkgapi-18.12.3.ebuild b/kde-apps/libkgapi/libkgapi-18.12.3.ebuild index 8fc489120e5..b3763d73b98 100644 --- a/kde-apps/libkgapi/libkgapi-18.12.3.ebuild +++ b/kde-apps/libkgapi/libkgapi-18.12.3.ebuild @@ -33,3 +33,12 @@ RDEPEND="${DEPEND} !kde-apps/kdepim-l10n !<kde-apps/kdepim-runtime-18.07.80:5 " + +src_test() { + # bug 679764 + local myctestargs=( + -E "(contacts-contactcreatejobtest|contacts-contactmodifyjobtest)" + ) + + kde5_src_test +}
