From 4a32bc48d27023549420e2ea1b3d78ea803058ac Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Thu, 20 Jun 2019 08:16:42 -0700 Subject: [PATCH] ignore unstable test_repairman_catchup --- 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 330b8b0c2e..bfa18ee06c 100644 --- a/core/tests/local_cluster.rs +++ b/core/tests/local_cluster.rs @@ -276,6 +276,7 @@ fn test_fail_entry_verification_leader() { } #[test] +#[ignore] fn test_repairman_catchup() { run_repairman_catchup(3); }