mute the entire InnerHitsIT - Relates to #12905

This commit is contained in:
Simon Willnauer 2015-08-16 16:08:32 +02:00
parent 9b08f4012e
commit 606f5b368b
1 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@
package org.elasticsearch.search.innerhits;
import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.Version;
import org.elasticsearch.action.admin.cluster.health.ClusterHealthStatus;
import org.elasticsearch.action.index.IndexRequestBuilder;
@ -48,6 +49,7 @@ import static org.hamcrest.Matchers.*;
/**
*/
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/12905")
public class InnerHitsIT extends ESIntegTestCase {
@Test
@ -171,7 +173,6 @@ public class InnerHitsIT extends ESIntegTestCase {
}
@Test
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/12905")
public void testRandomNested() throws Exception {
assertAcked(prepareCreate("idx").addMapping("type", "field1", "type=nested", "field2", "type=nested"));
int numDocs = scaledRandomIntBetween(25, 100);