Skip to content
Snippets Groups Projects
Commit 5060324b authored by Pierre Krieger's avatar Pierre Krieger Committed by GitHub
Browse files

Ignore flaky test (#6767)

parent 7df97aba
No related merge requests found
......@@ -345,7 +345,9 @@ fn lots_of_incoming_peers_works() {
});
}
// TODO: this test is at the moment ignored because of https://github.com/paritytech/substrate/issues/6766
#[test]
#[ignore]
fn notifications_back_pressure() {
// Node 1 floods node 2 with notifications. Random sleeps are done on node 2 to simulate the
// node being busy. We make sure that all notifications are received.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment