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

Try un-ignore flaky test #6923

Merged
1 commit merged into from
Aug 20, 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: 0 additions & 2 deletions client/network/src/service/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -346,9 +346,7 @@ 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