Skip to content

Commit e3707ef

Browse files
committed
Tests: Mute SearchFieldsIT.testDocValueFields()
Relates elastic#31992
1 parent ae5c70e commit e3707ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/search/fields/SearchFieldsIT.java

+1
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,7 @@ public void testSingleValueFieldDatatField() throws ExecutionException, Interrup
702702
assertThat(fields.get("test_field").getValue(), equalTo("foobar"));
703703
}
704704

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

0 commit comments

Comments
 (0)