Re-enable tests (#4848)
This commit is contained in:
@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user