Skip to content

Commit

Permalink
Tests: Mute SearchFieldsIT.testDocValueFields()
Browse files Browse the repository at this point in the history
Relates #31992
  • Loading branch information
spinscale committed Jul 12, 2018
1 parent ae5c70e commit e3707ef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,7 @@ public void testSingleValueFieldDatatField() throws ExecutionException, Interrup
assertThat(fields.get("test_field").getValue(), equalTo("foobar"));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/31992")
public void testDocValueFields() throws Exception {
createIndex("test");

Expand Down

0 comments on commit e3707ef

Please sign in to comment.