Browse Source

Mute IndexRecoveryIT#testHistoryRetention (#95937)

Relates https://github.com/elastic/elasticsearch/issues/95933
Pooya Salehi 2 years ago
parent
commit
146fa8757f

+ 1 - 0
server/src/internalClusterTest/java/org/elasticsearch/indices/recovery/IndexRecoveryIT.java

@@ -791,6 +791,7 @@ public class IndexRecoveryIT extends AbstractIndexRecoveryIntegTestCase {
         checkDisconnectsDuringRecovery(false);
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/95933")
     public void testHistoryRetention() throws Exception {
         internalCluster().startNodes(3);