From 6cec61dcfc345128bc81dd98d26dcca6f1a8b894 Mon Sep 17 00:00:00 2001 From: carllin Date: Thu, 27 Jun 2019 12:09:14 -0700 Subject: [PATCH] Re-enable tests (#4848) --- core/tests/local_cluster.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/tests/local_cluster.rs b/core/tests/local_cluster.rs index f4c838b959..26ac8360b7 100644 --- a/core/tests/local_cluster.rs +++ b/core/tests/local_cluster.rs @@ -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); }