From 970985fdb4ba4796357abcba3f27e21ef9b52020 Mon Sep 17 00:00:00 2001 From: Armas Spann Date: Sat, 27 Apr 2024 15:22:28 +0200 Subject: [PATCH] net-misc/croc: skip network related tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/930714 Signed-off-by: Armas Spann Closes: https://github.com/gentoo/gentoo/pull/36456 Signed-off-by: Maciej Barć --- net-misc/croc/croc-9.6.15.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/croc/croc-9.6.15.ebuild b/net-misc/croc/croc-9.6.15.ebuild index ddb41e941b5e5..edfe827fbac54 100644 --- a/net-misc/croc/croc-9.6.15.ebuild +++ b/net-misc/croc/croc-9.6.15.ebuild @@ -43,5 +43,5 @@ src_install() { } src_test() { - ego test -work ./... + ego test -skip "Test(Comm|Send|PublicIP|LocalIP)" -work ./... }