We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeac68d commit ef30674Copy full SHA for ef30674
server/src/internalClusterTest/java/org/elasticsearch/indices/recovery/IndexRecoveryIT.java
@@ -431,6 +431,7 @@ public Settings onNodeStopped(String nodeName) throws Exception {
431
}
432
433
434
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/99941")
435
public void testRerouteRecovery() throws Exception {
436
logger.info("--> start node A");
437
final String nodeA = internalCluster().startNode();
0 commit comments