Tests: Mute SearchFieldsIT.testDocValueFields()

Relates #31992
This commit is contained in:
Alexander Reelsen 2018-07-12 12:17:00 +02:00
parent ae5c70e603
commit e3707efe74
1 changed files with 1 additions and 0 deletions

View File

@ -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");