Re-enable the --lib tests

This commit is contained in:
Stephen Akridge
2019-01-07 15:07:00 -08:00
committed by sakridge
parent 0a0c62f384
commit d2cb4e003c
3 changed files with 5 additions and 1 deletions

View File

@@ -835,6 +835,7 @@ mod tests {
}
#[test]
#[ignore]
fn test_wrong_role_transition() {
// Create the leader node information
let bootstrap_leader_keypair = Arc::new(Keypair::new());
@@ -982,6 +983,7 @@ mod tests {
}
#[test]
#[ignore]
fn test_validator_to_leader_transition() {
// Make a leader identity
let leader_keypair = Keypair::new();