Filter out leader node while retransmitting blobs (#1894)
This commit is contained in:
committed by
anatoly yakovenko
parent
57a384d6a0
commit
9f0b06bb86
@ -797,6 +797,7 @@ fn test_multi_node_dynamic_network() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn test_leader_to_validator_transition() {
|
||||
logger::setup();
|
||||
let leader_rotation_interval = 20;
|
||||
@ -925,6 +926,7 @@ fn test_leader_to_validator_transition() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn test_leader_validator_basic() {
|
||||
logger::setup();
|
||||
let leader_rotation_interval = 10;
|
||||
|
Reference in New Issue
Block a user