From 23e8c7b3d5cdc83783822e3fa10b09e798d24f22 Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Tue, 28 May 2024 13:41:04 +0200 Subject: [PATCH] tests: Disable a flaky tests (#2332) ## Description See https://github.com/n0-computer/iroh/issues/2331 to track this. ## Breaking Changes ## Notes & open questions ## Change checklist - [x] Self-review. - ~~[ ] Documentation updates if relevant.~~ - ~~[ ] Tests if relevant.~~ - ~~[ ] All breaking changes documented.~~ --- iroh/src/node.rs | 1 + 1 file changed, 1 insertion(+) 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();