commit:     9ca61dbd75ab7b3456a064e8dcc93bb198abc7f9
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 10 13:55:47 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Aug 10 13:55:57 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=9ca61dbd

kde-frameworks/attica: disable test that requires network access

Bug: https://bugs.gentoo.org/661230
Package-Manager: Portage-2.3.44, Repoman-2.3.10

 kde-frameworks/attica/attica-5.49.0.ebuild | 9 +++++++++
 kde-frameworks/attica/attica-9999.ebuild   | 9 +++++++++
 2 files changed, 18 insertions(+)

diff --git a/kde-frameworks/attica/attica-5.49.0.ebuild 
b/kde-frameworks/attica/attica-5.49.0.ebuild
index d88c4abe8d..14dfce7de9 100644
--- a/kde-frameworks/attica/attica-5.49.0.ebuild
+++ b/kde-frameworks/attica/attica-5.49.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
+}

diff --git a/kde-frameworks/attica/attica-9999.ebuild 
b/kde-frameworks/attica/attica-9999.ebuild
index e4d3f5610f..5edd0472f7 100644
--- a/kde-frameworks/attica/attica-9999.ebuild
+++ b/kde-frameworks/attica/attica-9999.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
+}

Reply via email to