浏览代码

Skipping failing test (#107464)

Muting https://github.com/elastic/elasticsearch/issues/107462
Jonathan Buttner 1 年之前
父节点
当前提交
a2d6ffe712
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      server/src/test/java/org/elasticsearch/index/shard/IndexShardTests.java

+ 1 - 0
server/src/test/java/org/elasticsearch/index/shard/IndexShardTests.java

@@ -4001,6 +4001,7 @@ public class IndexShardTests extends IndexShardTestCase {
         closeShards(shard);
         closeShards(shard);
     }
     }
 
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/107462")
     public void testFlushTimeExcludingWaiting() throws Exception {
     public void testFlushTimeExcludingWaiting() throws Exception {
         IndexShard shard = newStartedShard();
         IndexShard shard = newStartedShard();
         for (int i = 0; i < randomIntBetween(4, 10); i++) {
         for (int i = 0; i < randomIntBetween(4, 10); i++) {