From 5060324b91f178a34bc4f0d37964d1ac72ca08cb Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Thu, 30 Jul 2020 14:58:30 +0200 Subject: [PATCH] Ignore flaky test (#6767) --- substrate/client/network/src/service/tests.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/substrate/client/network/src/service/tests.rs b/substrate/client/network/src/service/tests.rs index f0982e30d9..0bfe507599 100644 --- a/substrate/client/network/src/service/tests.rs +++ b/substrate/client/network/src/service/tests.rs @@ -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.