Skip to content

Commit

Permalink
fix: do not skip dht test
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielc committed Jan 18, 2024
1 parent d8eb41c commit f9033e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion p2p/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1633,7 +1633,6 @@ mod tests {
}

#[test(tokio::test)]
#[ignore]
async fn test_dht() -> Result<()> {
// set up three nodes
// two connect to one
Expand Down

0 comments on commit f9033e1

Please sign in to comment.