commit:     8ef4540b450588c32a0c5716b7a11beef7eaf02e
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 25 00:54:22 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Nov 25 01:06:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ef4540b

net-im/qtox: skip network tests

This was already done in the -9999 ebuild, so just copying
the src_test() over in this version.

Closes: https://bugs.gentoo.org/827209
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 net-im/qtox/qtox-1.17.3.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/net-im/qtox/qtox-1.17.3.ebuild b/net-im/qtox/qtox-1.17.3.ebuild
index c43dea81fae1..e348e8299f49 100644
--- a/net-im/qtox/qtox-1.17.3.ebuild
+++ b/net-im/qtox/qtox-1.17.3.ebuild
@@ -80,3 +80,8 @@ src_configure() {
 
        cmake_src_configure
 }
+
+src_test() {
+       # The excluded tests require network access.
+       cmake_src_test -E "test_(bsu|core)"
+}

Reply via email to