Skip to content

Commit

Permalink
tests: disable flakey test_dht (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arqu authored Nov 18, 2022
1 parent aff773f commit cd9fa23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iroh-p2p/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1445,6 +1445,7 @@ mod tests {
Ok(())
}

#[ignore = "flakey"]
#[tokio::test]
async fn test_dht() -> Result<()> {
// set up three nodes
Expand Down

0 comments on commit cd9fa23

Please sign in to comment.