This commit is contained in:
Anatoly Yakovenko 2018-07-03 16:40:45 -07:00 committed by Greg Fitzgerald
parent e771d36278
commit 22d2c962b2
1 changed files with 2 additions and 0 deletions

View File

@ -291,7 +291,9 @@ fn test_boot_validator_from_file() {
std::fs::remove_file(ledger_path).unwrap();
}
//TODO: this test will run a long time so its disabled for CI
#[test]
#[ignore]
fn test_multi_node_dynamic_network() {
logger::setup();
const N: usize = 25;