Browse Source

Mute OpenCloseIndexIT#testTranslogStats

Tracked at #45801
Nhat Nguyen 6 years ago
parent
commit
7ff9ef4c28

+ 1 - 0
server/src/test/java/org/elasticsearch/indices/state/OpenCloseIndexIT.java

@@ -352,6 +352,7 @@ public class OpenCloseIndexIT extends ESIntegTestCase {
         }
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/45801")
     public void testTranslogStats()  {
         final String indexName = "test";
         createIndex(indexName, Settings.builder()