Browse Source

test: mute test

Martijn van Groningen 9 years ago
parent
commit
81cffd1be3

+ 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());
         assertThat(assertionError + " should be null", assertionError, nullValue());
     }
     }
 
 
+    @AwaitsFix(bugUrl = "reproduces= -Dtests.seed=DA9C1BDEB045305C")
     public void testConcurrentAddingAndPercolating() throws Exception {
     public void testConcurrentAddingAndPercolating() throws Exception {
         assertAcked(prepareCreate("index").addMapping("type", "field1", "type=string", "field2", "type=string"));
         assertAcked(prepareCreate("index").addMapping("type", "field1", "type=string", "field2", "type=string"));
         ensureGreen();
         ensureGreen();