Skip to content

Commit ef30674

Browse files
authored
Mute IndexRecoveryIT.testRerouteRecovery (#100209) (#100212)
Mute failing test
1 parent aeac68d commit ef30674

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/internalClusterTest/java/org/elasticsearch/indices/recovery/IndexRecoveryIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ public Settings onNodeStopped(String nodeName) throws Exception {
431431
}
432432
}
433433

434+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/99941")
434435
public void testRerouteRecovery() throws Exception {
435436
logger.info("--> start node A");
436437
final String nodeA = internalCluster().startNode();

0 commit comments

Comments
 (0)