From: Michael Palimaka Date: Fri, 10 Aug 2018 13:54:54 +0000 (+1000) Subject: kde-frameworks/attica: disable test that requires network access X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f025d8468665be84eeb8d4c401aa6e6ea6a98fb4;p=gentoo.git kde-frameworks/attica: disable test that requires network access Closes: https://bugs.gentoo.org/661230 Package-Manager: Portage-2.3.44, Repoman-2.3.10 --- diff --git a/kde-frameworks/attica/attica-5.48.0.ebuild b/kde-frameworks/attica/attica-5.48.0.ebuild index d88c4abe8dfe..14dfce7de97a 100644 --- a/kde-frameworks/attica/attica-5.48.0.ebuild +++ b/kde-frameworks/attica/attica-5.48.0.ebuild @@ -14,3 +14,12 @@ RDEPEND=" $(add_qt_dep qtnetwork) " DEPEND="${RDEPEND}" + +src_test() { + # requires network access, bug #661230 + local myctestargs=( + -E "(providertest)" + ) + + kde5_src_test +}