parent
ae5c70e603
commit
e3707efe74
|
@ -702,6 +702,7 @@ public class SearchFieldsIT extends ESIntegTestCase {
|
||||||
assertThat(fields.get("test_field").getValue(), equalTo("foobar"));
|
assertThat(fields.get("test_field").getValue(), equalTo("foobar"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/31992")
|
||||||
public void testDocValueFields() throws Exception {
|
public void testDocValueFields() throws Exception {
|
||||||
createIndex("test");
|
createIndex("test");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue