From 6d859f407b1b11ee66cf768ff64316f7f826288a Mon Sep 17 00:00:00 2001 From: Mark Vieira Date: Tue, 3 Oct 2023 10:14:51 -0700 Subject: [PATCH] Mute IndexRecoveryIT.testRerouteRecovery (#100209) Mute failing test --- .../java/org/elasticsearch/indices/recovery/IndexRecoveryIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/internalClusterTest/java/org/elasticsearch/indices/recovery/IndexRecoveryIT.java b/server/src/internalClusterTest/java/org/elasticsearch/indices/recovery/IndexRecoveryIT.java index fa07e8ffd9207..98d2235a00223 100644 --- a/server/src/internalClusterTest/java/org/elasticsearch/indices/recovery/IndexRecoveryIT.java +++ b/server/src/internalClusterTest/java/org/elasticsearch/indices/recovery/IndexRecoveryIT.java @@ -439,6 +439,7 @@ public Settings onNodeStopped(String nodeName) throws Exception { } } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/99941") public void testRerouteRecovery() throws Exception { logger.info("--> start node A"); final String nodeA = internalCluster().startNode();