From 91dfd6149e66116519540b2640529a397b1bcef1 Mon Sep 17 00:00:00 2001 From: Krzysztof Lis Date: Mon, 16 Sep 2024 15:52:10 +0200 Subject: [PATCH] test: ignore evicted_peer_reconnection until eviction is fixed --- crates/p2p/src/tests.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/p2p/src/tests.rs b/crates/p2p/src/tests.rs index 21ae635309..928f9ff4ed 100644 --- a/crates/p2p/src/tests.rs +++ b/crates/p2p/src/tests.rs @@ -814,6 +814,7 @@ async fn inbound_peer_eviction() { } /// Ensure that evicted peers can't reconnect too quickly. +#[ignore = "TODO fix eviction and low watermark logic after updating to libp2p 0.54.1"] #[test_log::test(tokio::test)] async fn evicted_peer_reconnection() { let cfg = Config {