Re-enable tests (#4848)

This commit is contained in:
carllin
2019-06-27 12:09:14 -07:00
committed by GitHub
parent a9b044f0ab
commit 6cec61dcfc

View File

@ -118,7 +118,6 @@ fn test_leader_failure_4() {
); );
} }
#[test] #[test]
#[ignore]
fn test_two_unbalanced_stakes() { fn test_two_unbalanced_stakes() {
solana_logger::setup(); solana_logger::setup();
let mut validator_config = ValidatorConfig::default(); let mut validator_config = ValidatorConfig::default();
@ -276,7 +275,6 @@ fn test_fail_entry_verification_leader() {
} }
#[test] #[test]
#[ignore]
fn test_repairman_catchup() { fn test_repairman_catchup() {
run_repairman_catchup(3); run_repairman_catchup(3);
} }