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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

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