summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmas Spann <zappel@simple-co.de>2024-04-27 15:22:28 +0200
committerMaciej Barć <xgqt@gentoo.org>2024-04-28 00:42:38 +0200
commit970985fdb4ba4796357abcba3f27e21ef9b52020 (patch)
treeb95f3c0244ad0839ab7e5e10a44d31c44f8b6d31 /net-misc
parentsec-keys/openpgp-keys-gentoo-developers: add 20240422 (diff)
downloadgentoo-970985fdb4ba4796357abcba3f27e21ef9b52020.tar.gz
gentoo-970985fdb4ba4796357abcba3f27e21ef9b52020.tar.bz2
gentoo-970985fdb4ba4796357abcba3f27e21ef9b52020.zip
net-misc/croc: skip network related tests
Closes: https://bugs.gentoo.org/930714 Signed-off-by: Armas Spann <zappel@simple-co.de> Closes: https://github.com/gentoo/gentoo/pull/36456 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/croc/croc-9.6.15.ebuild2
1 files changed, 1 insertions, 1 deletions
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 ./...
}