Skip to content

Commit

Permalink
some more tests that should be good now
Browse files Browse the repository at this point in the history
  • Loading branch information
flub committed Mar 13, 2024
1 parent 63f3522 commit 51876c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions iroh-net/src/dns.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ mod tests {
use super::*;

#[tokio::test]
#[cfg_attr(target_os = "windows", ignore = "flaky")]
async fn test_dns_lookup_basic() {
let _logging = iroh_test::logging::setup();
let res = DNS_RESOLVER.lookup_ip(NA_DERP_HOSTNAME).await.unwrap();
Expand All @@ -141,7 +140,6 @@ mod tests {
}

#[tokio::test]
#[cfg_attr(target_os = "windows", ignore = "flaky")]
async fn test_dns_lookup_ipv4_ipv6() {
let _logging = iroh_test::logging::setup();
let res = lookup_ipv4_ipv6(NA_DERP_HOSTNAME, Duration::from_secs(5))
Expand Down

0 comments on commit 51876c6

Please sign in to comment.