Skip to content

Commit

Permalink
test(iroh-net): Mark dht_discovery_smoke as flaky #2669
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus23 committed Aug 26, 2024
1 parent dd211e2 commit ef780c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iroh-net/src/discovery/pkarr/dht.rs
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ mod tests {
use testresult::TestResult;

#[tokio::test]
#[ignore = "flaky"]
async fn dht_discovery_smoke() -> TestResult {
let _ = tracing_subscriber::fmt::try_init();
let ep = crate::Endpoint::builder().bind(0).await?;
Expand Down

0 comments on commit ef780c0

Please sign in to comment.