Ignore flaky test_repairman_catchup (#4439)

automerge
This commit is contained in:
Michael Vines 2019-05-26 12:24:20 -07:00 committed by Grimes
parent 471465a5f4
commit 2adb98a4a0
1 changed files with 1 additions and 0 deletions

View File

@ -212,6 +212,7 @@ fn test_listener_startup() {
} }
#[test] #[test]
#[ignore]
fn test_repairman_catchup() { fn test_repairman_catchup() {
run_repairman_catchup(5); run_repairman_catchup(5);
} }