Skip to content

Commit c2b19ca

Browse files
committed
remove kind of useless test
1 parent 4d28dfa commit c2b19ca

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

iroh/src/discovery.rs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -728,21 +728,6 @@ mod tests {
728728
.expect("time drift")
729729
.as_micros() as u64
730730
}
731-
732-
#[tokio::test]
733-
async fn test_arc_discovery() -> TestResult {
734-
let discovery = Arc::new(EmptyDiscovery);
735-
736-
let _ep = Endpoint::builder()
737-
.add_discovery({
738-
let discovery = discovery.clone();
739-
move |_| Some(discovery)
740-
})
741-
.bind()
742-
.await?;
743-
744-
Ok(())
745-
}
746731
}
747732

748733
/// This module contains end-to-end tests for DNS node discovery.

0 commit comments

Comments
 (0)