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;