diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-01 01:49:08 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-01 02:33:12 +0100 |
commit | 690b43f0c0d006a48a8a2033856abe1016d95537 (patch) | |
tree | b8651d756b4075d13ae9d07d9fe5c8832a0af347 /kde-apps | |
parent | kde-apps/okular: Disable hanging test (diff) | |
download | gentoo-690b43f0c0d006a48a8a2033856abe1016d95537.tar.gz gentoo-690b43f0c0d006a48a8a2033856abe1016d95537.tar.bz2 gentoo-690b43f0c0d006a48a8a2033856abe1016d95537.zip |
kde-apps/pimcommon: Disable broken test
Reported-by: Paolo Pedroni <paolo.pedroni@iol.it>
Closes: https://bugs.gentoo.org/641730
Package-Manager: Portage-2.3.21, Repoman-2.3.6
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/pimcommon/pimcommon-17.12.1.ebuild | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kde-apps/pimcommon/pimcommon-17.12.1.ebuild b/kde-apps/pimcommon/pimcommon-17.12.1.ebuild index 744cdbccf0ef..6295115f9d17 100644 --- a/kde-apps/pimcommon/pimcommon-17.12.1.ebuild +++ b/kde-apps/pimcommon/pimcommon-17.12.1.ebuild @@ -52,3 +52,12 @@ RDEPEND="${COMMON_DEPEND} !kde-apps/kdepim-common-libs:4 !kde-apps/kdepim-l10n " + +src_test() { + # bug 641730 + local myctestargs=( + -E "(autocorrectiontest)" + ) + + kde5_src_test +} |