mirror of
https://github.com/jmcorgan/fips.git
synced 2026-08-09 00:04:54 +00:00
node/tests: mark leaf-nonrouting handshake test as parallel-load flake-class
The XX leaf-nonrouting rejection test shares the localhost-UDP rcvbuf overflow failure mode of the other large-network tests under parallel cargo test --lib load. Mark it #[ignore] for the default run; it stays runnable with --ignored or --test-threads=1.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user