diff --git a/iroh/src/node.rs b/iroh/src/node.rs index aa0314d108..058363276f 100644 --- a/iroh/src/node.rs +++ b/iroh/src/node.rs @@ -253,6 +253,7 @@ mod tests { } #[tokio::test] + #[ignore = "flaky"] async fn test_node_add_tagged_blob_event() -> Result<()> { let _guard = iroh_test::logging::setup();