Skip to content

Commit 3dbba88

Browse files
authored
Mute IndexRecoveryIT.testRerouteRecovery (#100209) (#100211)
Mute failing test
1 parent 4affa8d commit 3dbba88

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
@@ -460,6 +460,7 @@ public Settings onNodeStopped(String nodeName) throws Exception {
460460
}
461461
}
462462

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

0 commit comments

Comments
 (0)