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>
This commit is contained in:
Armas Spann
2024-04-27 15:22:28 +02:00
committed by Maciej Barć
parent 748ac10bdc
commit 970985fdb4

View File

@@ -43,5 +43,5 @@ src_install() {
}
src_test() {
ego test -work ./...
ego test -skip "Test(Comm|Send|PublicIP|LocalIP)" -work ./...
}