From 8ef4540b450588c32a0c5716b7a11beef7eaf02e Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Wed, 24 Nov 2021 19:54:22 -0500 Subject: [PATCH] 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 --- 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 c43dea81fae19..e348e8299f49c 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)" +}