test: mute test

This commit is contained in:
Martijn van Groningen 2016-01-06 18:30:04 +01:00
parent 247ce06fc3
commit 81cffd1be3
1 changed files with 1 additions and 0 deletions

View File

@ -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();