kde-plasma/drkonqi: Disable connectiontest, needs network access
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 26 Oct 2019 10:51:58 +0000 (12:51 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 26 Oct 2019 10:52:20 +0000 (12:52 +0200)
Thanks-to: Paolo Pedroni <paolo.pedroni@iol.it>
Closes: https://bugs.gentoo.org/698510
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
kde-plasma/drkonqi/drkonqi-5.17.1.ebuild

index 8dbc6989fc44d8e10209d359bf17bf18c4f4930d..592b3f6225060ed2af68fd8e1f80b10488b449ac 100644 (file)
@@ -46,6 +46,15 @@ src_configure() {
        kde5_src_configure
 }
 
+src_test() {
+       # needs network access, bug #698510
+       local myctestargs=(
+               -E "(connectiontest)"
+       )
+
+       kde5_src_test
+}
+
 pkg_postinst() {
        kde5_pkg_postinst
        if ! has_version "sys-devel/gdb"; then