diff --git a/server/src/test/java/org/elasticsearch/cluster/routing/allocation/allocator/DesiredBalanceComputerTests.java b/server/src/test/java/org/elasticsearch/cluster/routing/allocation/allocator/DesiredBalanceComputerTests.java index b4eba769543b8..918786c22befc 100644 --- a/server/src/test/java/org/elasticsearch/cluster/routing/allocation/allocator/DesiredBalanceComputerTests.java +++ b/server/src/test/java/org/elasticsearch/cluster/routing/allocation/allocator/DesiredBalanceComputerTests.java @@ -571,6 +571,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(nodes);