Closes: https://bugs.gentoo.org/680952
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" )
+
+src_test() {
+ # disable tests requiring net access, bug #680952
+ local myctestargs=(
+ -E "(kdav2-davcollectionfetchjob|kdav2-davcollectioncreatejob)"
+ )
+
+ kde5_src_test
+}