Re-enable fixed tests (#1907)
This commit is contained in:
parent
a556a54dc9
commit
3f9ad1253d
|
@ -797,7 +797,6 @@ fn test_multi_node_dynamic_network() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[ignore]
|
|
||||||
fn test_leader_to_validator_transition() {
|
fn test_leader_to_validator_transition() {
|
||||||
logger::setup();
|
logger::setup();
|
||||||
let leader_rotation_interval = 20;
|
let leader_rotation_interval = 20;
|
||||||
|
@ -926,7 +925,6 @@ fn test_leader_to_validator_transition() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[ignore]
|
|
||||||
fn test_leader_validator_basic() {
|
fn test_leader_validator_basic() {
|
||||||
logger::setup();
|
logger::setup();
|
||||||
let leader_rotation_interval = 10;
|
let leader_rotation_interval = 10;
|
||||||
|
|
Loading…
Reference in New Issue