summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2018-08-10 23:54:54 +1000
committerMichael Palimaka <kensington@gentoo.org>2018-08-10 23:55:22 +1000
commitf025d8468665be84eeb8d4c401aa6e6ea6a98fb4 (patch)
tree6192a068d5d61cc66ffd3b9978e83f55e2cea6aa
parentnet-libs/libmediawiki: disable more broken tests (diff)
downloadgentoo-f025d846.tar.gz
gentoo-f025d846.tar.bz2
gentoo-f025d846.zip
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
-rw-r--r--kde-frameworks/attica/attica-5.48.0.ebuild9
1 files changed, 9 insertions, 0 deletions
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
+}