diff options
author | Michael Palimaka <kensington@gentoo.org> | 2018-08-10 23:54:54 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2018-08-10 23:55:22 +1000 |
commit | f025d8468665be84eeb8d4c401aa6e6ea6a98fb4 (patch) | |
tree | 6192a068d5d61cc66ffd3b9978e83f55e2cea6aa /kde-frameworks/attica | |
parent | net-libs/libmediawiki: disable more broken tests (diff) | |
download | gentoo-f025d8468665be84eeb8d4c401aa6e6ea6a98fb4.tar.gz gentoo-f025d8468665be84eeb8d4c401aa6e6ea6a98fb4.tar.bz2 gentoo-f025d8468665be84eeb8d4c401aa6e6ea6a98fb4.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
Diffstat (limited to 'kde-frameworks/attica')
-rw-r--r-- | kde-frameworks/attica/attica-5.48.0.ebuild | 9 |
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 +} |