commit:     642a02b6832eaf22786f315421df37a0df88079f
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: Sat Oct 13 10:59:46 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=642a02b6

kde-frameworks/kauth: Disable broken KAuthHelperTest

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

 kde-frameworks/kauth/kauth-5.51.0.ebuild | 9 +++++++++
 kde-frameworks/kauth/kauth-9999.ebuild   | 9 +++++++++
 2 files changed, 18 insertions(+)

diff --git a/kde-frameworks/kauth/kauth-5.51.0.ebuild 
b/kde-frameworks/kauth/kauth-5.51.0.ebuild
index 5e64947e00..da916e9065 100644
--- a/kde-frameworks/kauth/kauth-5.51.0.ebuild
+++ b/kde-frameworks/kauth/kauth-5.51.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
+}

diff --git a/kde-frameworks/kauth/kauth-9999.ebuild 
b/kde-frameworks/kauth/kauth-9999.ebuild
index 6e6a689dcb..f7559eff63 100644
--- a/kde-frameworks/kauth/kauth-9999.ebuild
+++ b/kde-frameworks/kauth/kauth-9999.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