From 045d4d52949ce3d33e8a2fceb008f0f627da4fad Mon Sep 17 00:00:00 2001 From: carllin Date: Thu, 30 May 2019 13:21:12 -0700 Subject: [PATCH] Unignore test test_repairman_catchup (#4484) --- core/tests/local_cluster.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/core/tests/local_cluster.rs b/core/tests/local_cluster.rs index fd23b57100..e7b5759793 100644 --- a/core/tests/local_cluster.rs +++ b/core/tests/local_cluster.rs @@ -212,7 +212,6 @@ fn test_listener_startup() { } #[test] -#[ignore] fn test_repairman_catchup() { run_repairman_catchup(3); }