From 984e85d340b9092a7853c41db645c4aff0723d19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Kr=C3=BCger?= Date: Thu, 30 Oct 2025 17:15:38 +0100 Subject: [PATCH] chore(iroh-dns-server): Mark `integration_mainline` as flaky Failed here: https://github.com/n0-computer/iroh/actions/runs/18947088082/job/54101371310?pr=3587 --- iroh-dns-server/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/iroh-dns-server/src/lib.rs b/iroh-dns-server/src/lib.rs index 17597273ee..90474512b7 100644 --- a/iroh-dns-server/src/lib.rs +++ b/iroh-dns-server/src/lib.rs @@ -221,6 +221,7 @@ mod tests { panic!("store did not evict packet"); } + #[ignore = "flaky"] #[tokio::test] #[traced_test] async fn integration_mainline() -> Result {