kde-frameworks/kauth: Disable broken KAuthHelperTest
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 11 Oct 2018 18:18:47 +0000 (20:18 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 11 Oct 2018 18:35:10 +0000 (20:35 +0200)
Bug: https://bugs.gentoo.org/654842
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

kde-frameworks/kauth/kauth-5.50.0.ebuild

index 573a0b5875ed094f0db280aada49a303384ac03c..9f032195dbef817af68e145bfaf9862321978d87 100644 (file)
@@ -30,3 +30,12 @@ src_configure() {
 
        kde5_src_configure
 }
+
+src_test() {
+       # KAuthHelperTest test fails, bug 654842
+       local myctestargs=(
+               -E "(KAuthHelperTest)"
+       )
+
+       kde5_src_test
+}