Skip to content

Commit

Permalink
tests(iroh): disable flaky test_default_author_presist
Browse files Browse the repository at this point in the history
  • Loading branch information
flub committed Jun 18, 2024
1 parent c8e7704 commit 818d706
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iroh/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 818d706

Please sign in to comment.