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

View File

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