Skip to content

Commit

Permalink
fix: do not block on netcheck (#1745)
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Oct 27, 2023
1 parent e1cfe50 commit 8e6f5a9
Show file tree
Hide file tree
Showing 3 changed files with 199 additions and 145 deletions.
2 changes: 0 additions & 2 deletions iroh-net/src/magic_endpoint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -710,8 +710,6 @@ mod tests {
assert_eq!(conn_addr, direct_addr);
}

// TODO: Enable in https://github.com/n0-computer/iroh/pull/1745
#[ignore]
#[tokio::test]
async fn magic_endpoint_derp_connect_loop() {
let _guard = iroh_test::logging::setup();
Expand Down
Loading

0 comments on commit 8e6f5a9

Please sign in to comment.