mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-24 05:44:59 +00:00
Mute InnerHitsIT Relates to #12905
This commit is contained in:
parent
b447e2ae99
commit
20f6b41337
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user