From 74cf119d4a1c9a014d4ae5e739eac48143404379 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Thu, 20 Aug 2020 17:10:00 +0200 Subject: [PATCH] Try un-ignore flaky test (#6923) --- substrate/client/network/src/service/tests.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/substrate/client/network/src/service/tests.rs b/substrate/client/network/src/service/tests.rs index 031d1641d2..797942e1c2 100644 --- a/substrate/client/network/src/service/tests.rs +++ b/substrate/client/network/src/service/tests.rs @@ -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.