Try un-ignore flaky test (#6923)

This commit is contained in:
Pierre Krieger
2020-08-20 17:10:00 +02:00
committed by GitHub
parent 2416aa7999
commit 74cf119d4a
@@ -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.