commit:     5b6dff536b8b9253415377b6e068a266c7e18dc0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 11 18:18:47 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 11 18:35:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b6dff53

kde-frameworks/kauth: Disable broken KAuthHelperTest

Bug: https://bugs.gentoo.org/654842
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 kde-frameworks/kauth/kauth-5.50.0.ebuild | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/kde-frameworks/kauth/kauth-5.50.0.ebuild 
b/kde-frameworks/kauth/kauth-5.50.0.ebuild
index 573a0b5875e..9f032195dbe 100644
--- a/kde-frameworks/kauth/kauth-5.50.0.ebuild
+++ b/kde-frameworks/kauth/kauth-5.50.0.ebuild
@@ -30,3 +30,12 @@ src_configure() {
 
        kde5_src_configure
 }
+
+src_test() {
+       # KAuthHelperTest test fails, bug 654842
+       local myctestargs=(
+               -E "(KAuthHelperTest)"
+       )
+
+       kde5_src_test
+}

Reply via email to