From 2adb98a4a020eff90a743ae2304500d90b151a9c Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sun, 26 May 2019 12:24:20 -0700 Subject: [PATCH] Ignore flaky test_repairman_catchup (#4439) automerge --- core/tests/local_cluster.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/core/tests/local_cluster.rs b/core/tests/local_cluster.rs index 16900cb9cf..449dfcd828 100644 --- a/core/tests/local_cluster.rs +++ b/core/tests/local_cluster.rs @@ -212,6 +212,7 @@ fn test_listener_startup() { } #[test] +#[ignore] fn test_repairman_catchup() { run_repairman_catchup(5); }