mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -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
|
||||
}
|
||||
|
||||
src_test() {
|
||||
local CARGO_SKIP_TESTS=(
|
||||
kanata::tcp_layer_change_tests
|
||||
)
|
||||
cargo_src_test
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cargo_src_install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user