Skip to content

Commit

Permalink
Remove wait_for_majority (#9572)
Browse files Browse the repository at this point in the history
automerge
  • Loading branch information
mergify[bot] committed Apr 18, 2020
1 parent 7013003 commit a505e92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion local-cluster/tests/local_cluster.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ fn test_validator_exit_2() {
let num_nodes = 2;
let mut validator_config = ValidatorConfig::default();
validator_config.rpc_config.enable_validator_exit = true;
validator_config.wait_for_supermajority = Some(0);

let config = ClusterConfig {
cluster_lamports: 10_000,
Expand Down

0 comments on commit a505e92

Please sign in to comment.