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); }