From 818d706b34e8d3c263d9f3b5954f576c9d617151 Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Tue, 18 Jun 2024 16:06:04 +0200 Subject: [PATCH] tests(iroh): disable flaky test_default_author_presist --- iroh/src/node.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/iroh/src/node.rs b/iroh/src/node.rs index d156c242d6..ac1bee9548 100644 --- a/iroh/src/node.rs +++ b/iroh/src/node.rs @@ -415,6 +415,7 @@ mod tests { } #[cfg(feature = "fs-store")] + #[ignore = "flaky"] #[tokio::test] async fn test_default_author_persist() -> Result<()> { use crate::util::path::IrohPaths;