Skip to content

Commit

Permalink
Fix one
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveCTurner committed Sep 8, 2021
1 parent 1fd5dc9 commit 07af588
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1394,6 +1394,8 @@ public void testClusterCannotFormWithFailingJoinValidation() {
for (ClusterNode clusterNode : cluster.clusterNodes) {
clusterNode.extraJoinValidators.clear();
}

cluster.stabilise();
}
}

Expand Down

0 comments on commit 07af588

Please sign in to comment.