Skip to content

Commit

Permalink
kde-frameworks/kauth: Disable broken KAuthHelperTest
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/654842
Signed-off-by: Andreas Sturmlechner <[email protected]>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
  • Loading branch information
a17r committed Oct 11, 2018
1 parent 2362c81 commit 5b6dff5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions kde-frameworks/kauth/kauth-5.50.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,12 @@ src_configure() {

kde5_src_configure
}

src_test() {
# KAuthHelperTest test fails, bug 654842
local myctestargs=(
-E "(KAuthHelperTest)"
)

kde5_src_test
}

0 comments on commit 5b6dff5

Please sign in to comment.