Disable test_boot_validator_from_file (#1576)

This commit is contained in:
jackcmay 2018-10-23 00:47:15 -07:00 committed by GitHub
parent 45cfa5b574
commit 16b19d35dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -423,6 +423,7 @@ fn test_multi_node_basic() {
}
#[test]
#[ignore]
fn test_boot_validator_from_file() -> result::Result<()> {
logger::setup();
let leader_keypair = Keypair::new();