Skip to content

Commit

Permalink
Re-enable fixed tests (#1907)
Browse files Browse the repository at this point in the history
  • Loading branch information
carllin authored Nov 26, 2018
1 parent a556a54 commit 3f9ad12
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/multinode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,6 @@ fn test_multi_node_dynamic_network() {
}

#[test]
#[ignore]
fn test_leader_to_validator_transition() {
logger::setup();
let leader_rotation_interval = 20;
Expand Down Expand Up @@ -926,7 +925,6 @@ fn test_leader_to_validator_transition() {
}

#[test]
#[ignore]
fn test_leader_validator_basic() {
logger::setup();
let leader_rotation_interval = 10;
Expand Down

0 comments on commit 3f9ad12

Please sign in to comment.