Browse Source

Mute FlushIT.testFlushOnInactive (#52252)

See #52251
Ioannis Kakavas 5 năm trước cách đây
mục cha
commit
aa0e88212c

+ 1 - 0
server/src/test/java/org/elasticsearch/indices/flush/FlushIT.java

@@ -107,6 +107,7 @@ public class FlushIT extends ESIntegTestCase {
             .actionGet().getShardFailures(), emptyArray());
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/52251")
     public void testFlushOnInactive() throws Exception {
         final String indexName = "flush_on_inactive";
         List<String> dataNodes = internalCluster().startDataOnlyNodes(2, Settings.builder()