Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Ignore flaky test (#6767)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaka authored Jul 30, 2020
1 parent 19c1d90 commit 5c34fe4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/network/src/service/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5c34fe4

Please sign in to comment.