From f9033e1d101388e9e57ed922fe66892099c6ec4a Mon Sep 17 00:00:00 2001 From: Nathaniel Cook Date: Thu, 18 Jan 2024 12:58:32 -0700 Subject: [PATCH] fix: do not skip dht test --- p2p/src/node.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/p2p/src/node.rs b/p2p/src/node.rs index f8ba8a936..16d12b1c7 100644 --- a/p2p/src/node.rs +++ b/p2p/src/node.rs @@ -1633,7 +1633,6 @@ mod tests { } #[test(tokio::test)] - #[ignore] async fn test_dht() -> Result<()> { // set up three nodes // two connect to one