Mute InnerHitsIT Relates to #12905

This commit is contained in:
Simon Willnauer 2015-08-15 08:41:28 +02:00
parent b447e2ae99
commit 20f6b41337

View File

@ -171,6 +171,7 @@ public class InnerHitsIT extends ESIntegTestCase {
} }
@Test @Test
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/12905")
public void testRandomNested() throws Exception { public void testRandomNested() throws Exception {
assertAcked(prepareCreate("idx").addMapping("type", "field1", "type=nested", "field2", "type=nested")); assertAcked(prepareCreate("idx").addMapping("type", "field1", "type=nested", "field2", "type=nested"));
int numDocs = scaledRandomIntBetween(25, 100); int numDocs = scaledRandomIntBetween(25, 100);