mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-apps/kget: disable known failing/hanging tests
See also upstream commit 45735cfa. Closes: https://bugs.gentoo.org/756817 Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -68,3 +68,13 @@ src_configure() {
|
||||
|
||||
ecm_src_configure
|
||||
}
|
||||
|
||||
src_test() {
|
||||
# bug 756817: schedulertest fails, see also upstream commit 45735cfa
|
||||
# filedeletertest hangs.
|
||||
local myctestargs=(
|
||||
-E "(schedulertest|filedeletertest)"
|
||||
)
|
||||
|
||||
ecm_src_test
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user