Skip to content

Commit

Permalink
AwaitsFix elastic#104343
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Jan 12, 2024
1 parent 3da01e0 commit 63b3e66
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,7 @@ public void testAppliesMoveCommands() {
);
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/104343")
public void testDesiredBalanceShouldConvergeInABigCluster() {
var nodes = randomIntBetween(3, 7);
var nodeIds = new ArrayList<String>(nodes);
Expand Down

0 comments on commit 63b3e66

Please sign in to comment.