Re-enable test but remove replicators from config

This commit is contained in:
Sagar Dhawan 2019-04-02 10:16:43 -07:00 committed by Grimes
parent 5f10a87dec
commit cd634801a2
1 changed files with 1 additions and 2 deletions

View File

@ -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,