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

Ignore flaky test #6767

Merged
merged 1 commit into from
Jul 30, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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