Mute failing test ChildQuerySearchIT

Tracked in #37266
This commit is contained in:
Alpar Torok 2019-01-09 16:43:24 +02:00
parent c149bb8cc2
commit 7de4d2cb0f
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,7 @@ import java.util.Locale;
import java.util.Map;
import java.util.Set;
import static org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import static org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder;
import static org.elasticsearch.common.xcontent.support.XContentMapValues.extractValue;
import static org.elasticsearch.index.query.QueryBuilders.boolQuery;
@ -85,6 +86,7 @@ import static org.hamcrest.Matchers.containsString;
import static org.hamcrest.Matchers.equalTo;
import static org.hamcrest.Matchers.is;
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37266")
public class ChildQuerySearchIT extends ParentChildTestCase {
public void testMultiLevelChild() throws Exception {