mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
app-misc/kanata: skip network dependent tests
Closes: https://bugs.gentoo.org/979156 Signed-off-by: Eetu Eloranta <eetu@muffinpower.fi>
This commit is contained in:
@@ -269,6 +269,13 @@ src_configure() {
|
|||||||
cargo_src_configure
|
cargo_src_configure
|
||||||
}
|
}
|
||||||
|
|
||||||
|
src_test() {
|
||||||
|
local CARGO_SKIP_TESTS=(
|
||||||
|
kanata::tcp_layer_change_tests
|
||||||
|
)
|
||||||
|
cargo_src_test
|
||||||
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
cargo_src_install
|
cargo_src_install
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user