Skip to content

Commit

Permalink
kde-frameworks/kpackage: disable broken test
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/650214
Package-Manager: Portage-2.3.24, Repoman-2.3.6
  • Loading branch information
Michael Palimaka committed Mar 12, 2018
1 parent 9f3bdaa commit cd66e42
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kde-frameworks/kpackage/kpackage-5.43.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ src_configure() {

kde5_src_configure
}

src_test() {
#bug 650214
local myctestargs=( -E "(kdatecomboboxtest)" )
kde5_src_test
}
6 changes: 6 additions & 0 deletions kde-frameworks/kpackage/kpackage-5.44.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ src_configure() {

kde5_src_configure
}

src_test() {
#bug 650214
local myctestargs=( -E "(kdatecomboboxtest)" )
kde5_src_test
}

0 comments on commit cd66e42

Please sign in to comment.