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 4affa8d commit 3dbba88Copy full SHA for 3dbba88
server/src/internalClusterTest/java/org/elasticsearch/indices/recovery/IndexRecoveryIT.java
@@ -460,6 +460,7 @@ public Settings onNodeStopped(String nodeName) throws Exception {
460
}
461
462
463
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/99941")
464
public void testRerouteRecovery() throws Exception {
465
logger.info("--> start node A");
466
final String nodeA = internalCluster().startNode();
0 commit comments