Ignore flaky test

This commit is contained in:
Greg Fitzgerald
2018-08-09 09:36:43 -06:00
parent ca7d4c42dd
commit 8567253833

View File

@ -198,6 +198,7 @@ fn test_multi_node_ledger_window() -> result::Result<()> {
}
#[test]
#[ignore]
fn test_multi_node_validator_catchup_from_zero() -> result::Result<()> {
logger::setup();
const N: usize = 5;