mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
radicle-node: disable flaky test (#412622)
This commit is contained in:
commit
a9c57c7ca5
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
checkFlags = [
|
checkFlags = [
|
||||||
"--skip=service::message::tests::test_node_announcement_validate"
|
"--skip=service::message::tests::test_node_announcement_validate"
|
||||||
"--skip=tests::test_announcement_relay"
|
"--skip=tests::test_announcement_relay"
|
||||||
|
"--skip=tests::commands::rad_remote"
|
||||||
# https://radicle.zulipchat.com/#narrow/stream/369277-heartwood/topic/Flaky.20tests/near/438352360
|
# https://radicle.zulipchat.com/#narrow/stream/369277-heartwood/topic/Flaky.20tests/near/438352360
|
||||||
"--skip=tests::e2e::test_connection_crossing"
|
"--skip=tests::e2e::test_connection_crossing"
|
||||||
# https://radicle.zulipchat.com/#narrow/stream/369277-heartwood/topic/Clone.20Partial.20Fail.20Flake
|
# https://radicle.zulipchat.com/#narrow/stream/369277-heartwood/topic/Clone.20Partial.20Fail.20Flake
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue