diff --git a/src/node/tests/handshake.rs b/src/node/tests/handshake.rs index c3c4b66..281732e 100644 --- a/src/node/tests/handshake.rs +++ b/src/node/tests/handshake.rs @@ -1036,6 +1036,7 @@ async fn test_nonrouting_leaf_rejected() { } #[tokio::test] +#[ignore = "parallel-load flake class — re-enable when fixed (run solo with --ignored or --test-threads=1 in the meantime)"] async fn test_leaf_nonrouting_rejected() { use crate::protocol::NodeProfile; let (a, b) = attempt_profile_handshake(NodeProfile::Leaf, NodeProfile::NonRouting).await;