Skip to content

Commit

Permalink
test: mark iroh::sync_big flaky (#2245)
Browse files Browse the repository at this point in the history
See #2244 for reference
  • Loading branch information
dignifiedquire committed Apr 26, 2024
1 parent 2693ec5 commit 297fd1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iroh/tests/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,7 @@ async fn test_download_policies() -> Result<()> {

/// Test sync between many nodes with propagation through sync reports.
#[tokio::test(flavor = "multi_thread")]
#[ignore = "flaky"]
async fn sync_big() -> Result<()> {
setup_logging();
let mut rng = test_rng(b"sync_big");
Expand Down

0 comments on commit 297fd1a

Please sign in to comment.