Re-enable test but remove replicators from config
This commit is contained in:
@ -422,13 +422,12 @@ mod test {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[ignore]
|
|
||||||
fn test_local_cluster_start_and_exit_with_config() {
|
fn test_local_cluster_start_and_exit_with_config() {
|
||||||
solana_logger::setup();
|
solana_logger::setup();
|
||||||
let mut fullnode_exit = FullnodeConfig::default();
|
let mut fullnode_exit = FullnodeConfig::default();
|
||||||
fullnode_exit.rpc_config.enable_fullnode_exit = true;
|
fullnode_exit.rpc_config.enable_fullnode_exit = true;
|
||||||
const NUM_NODES: usize = 1;
|
const NUM_NODES: usize = 1;
|
||||||
let num_replicators = 1;
|
let num_replicators = 0;
|
||||||
let cluster = LocalCluster::new_with_config_replicators(
|
let cluster = LocalCluster::new_with_config_replicators(
|
||||||
&[3; NUM_NODES],
|
&[3; NUM_NODES],
|
||||||
100,
|
100,
|
||||||
|
Reference in New Issue
Block a user