Disable unstable test: test_multi_node_dynamic_network

This commit is contained in:
Michael Vines 2019-02-05 08:40:39 -08:00
parent c5a74ada05
commit c986a20bcf
1 changed files with 1 additions and 0 deletions

View File

@ -710,6 +710,7 @@ fn test_leader_restart_validator_start_from_old_ledger() -> result::Result<()> {
}
#[test]
#[ignore] // TODO: This test is unstable. Fix and re-enable
fn test_multi_node_dynamic_network() {
solana_logger::setup();
let key = "SOLANA_DYNAMIC_NODES";