diff --git a/iroh/tests/sync.rs b/iroh/tests/sync.rs index 8436639de8..ee996ada09 100644 --- a/iroh/tests/sync.rs +++ b/iroh/tests/sync.rs @@ -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");