瀏覽代碼

test: mute test

Martijn van Groningen 9 年之前
父節點
當前提交
81cffd1be3
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      core/src/test/java/org/elasticsearch/percolator/ConcurrentPercolatorIT.java

+ 1 - 0
core/src/test/java/org/elasticsearch/percolator/ConcurrentPercolatorIT.java

@@ -148,6 +148,7 @@ public class ConcurrentPercolatorIT extends ESIntegTestCase {
         assertThat(assertionError + " should be null", assertionError, nullValue());
     }
 
+    @AwaitsFix(bugUrl = "reproduces= -Dtests.seed=DA9C1BDEB045305C")
     public void testConcurrentAddingAndPercolating() throws Exception {
         assertAcked(prepareCreate("index").addMapping("type", "field1", "type=string", "field2", "type=string"));
         ensureGreen();