commit:     970985fdb4ba4796357abcba3f27e21ef9b52020
Author:     Armas Spann <zappel <AT> simple-co <DOT> de>
AuthorDate: Sat Apr 27 13:22:28 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Apr 27 22:42:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=970985fd

net-misc/croc: skip network related tests

Closes: https://bugs.gentoo.org/930714
Signed-off-by: Armas Spann <zappel <AT> simple-co.de>
Closes: https://github.com/gentoo/gentoo/pull/36456
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 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 ddb41e941b5e..edfe827fbac5 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 ./...
 }

Reply via email to