Skip to content

Commit

Permalink
Remove flaky markers, fixed in #2450 which is already in the queue
Browse files Browse the repository at this point in the history
  • Loading branch information
flub committed Jul 3, 2024
1 parent 0567ede commit 57922e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions iroh-net/src/discovery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,6 @@ mod test_dns_pkarr {
const TEST_ALPN: &[u8] = b"TEST";

#[tokio::test]
#[ignore = "flaky"]
async fn pkarr_publish_dns_discover() -> Result<()> {
let _logging_guard = iroh_test::logging::setup();

Expand All @@ -659,7 +658,6 @@ mod test_dns_pkarr {
}

#[tokio::test]
#[ignore = "flaky"]
async fn pkarr_publish_dns_discover_empty_node_addr() -> Result<()> {
let _logging_guard = iroh_test::logging::setup();

Expand Down

0 comments on commit 57922e2

Please sign in to comment.