From cd634801a20f77936d3bb5c33f96a2f9b0dbd09e Mon Sep 17 00:00:00 2001 From: Sagar Dhawan Date: Tue, 2 Apr 2019 10:16:43 -0700 Subject: [PATCH] Re-enable test but remove replicators from config --- core/src/local_cluster.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/src/local_cluster.rs b/core/src/local_cluster.rs index e77d208fed..d815f0f7d1 100644 --- a/core/src/local_cluster.rs +++ b/core/src/local_cluster.rs @@ -422,13 +422,12 @@ mod test { } #[test] - #[ignore] fn test_local_cluster_start_and_exit_with_config() { solana_logger::setup(); let mut fullnode_exit = FullnodeConfig::default(); fullnode_exit.rpc_config.enable_fullnode_exit = true; const NUM_NODES: usize = 1; - let num_replicators = 1; + let num_replicators = 0; let cluster = LocalCluster::new_with_config_replicators( &[3; NUM_NODES], 100,