From 297fd1a4d7db97cc41ec222f6651e572f0c43f29 Mon Sep 17 00:00:00 2001 From: Friedel Ziegelmayer Date: Fri, 26 Apr 2024 13:59:55 +0200 Subject: [PATCH] test: mark iroh::sync_big flaky (#2245) See https://github.com/n0-computer/iroh/issues/2244 for reference --- iroh/tests/sync.rs | 1 + 1 file changed, 1 insertion(+) 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");