Skip to content

Commit 6d859f4

Browse files
authored
Mute IndexRecoveryIT.testRerouteRecovery (#100209)
Mute failing test
1 parent 839afdc commit 6d859f4

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
@@ -439,6 +439,7 @@ public Settings onNodeStopped(String nodeName) throws Exception {
439439
}
440440
}
441441

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

0 commit comments

Comments
 (0)