diff options
author | Armas Spann <zappel@simple-co.de> | 2024-04-27 15:22:28 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-04-28 00:42:38 +0200 |
commit | 970985fdb4ba4796357abcba3f27e21ef9b52020 (patch) | |
tree | b95f3c0244ad0839ab7e5e10a44d31c44f8b6d31 /net-misc | |
parent | sec-keys/openpgp-keys-gentoo-developers: add 20240422 (diff) | |
download | gentoo-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.ebuild | 2 |
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 ./... } |