Disable test_boot_validator_from_file (#1576)
This commit is contained in:
parent
45cfa5b574
commit
16b19d35dd
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue