Skip to content

Commit fe35bf8

Browse files
committed
Muted unit test
StringStatsAggregatorTests#testSingleValuedFieldFormatter fails because of elastic#47469
1 parent 981807f commit fe35bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/analytics/src/test/java/org/elasticsearch/xpack/analytics/stringstats/StringStatsAggregatorTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public void testQueryFiltering() throws IOException {
170170
});
171171
}
172172

173-
@AwaitsFix(bugUrl = "")
173+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/47469")
174174
public void testSingleValuedFieldWithFormatter() throws IOException {
175175
TextFieldMapper.TextFieldType fieldType = new TextFieldMapper.TextFieldType();
176176
fieldType.setName("text");

0 commit comments

Comments
 (0)