Skip to content

Commit

Permalink
Muted unit test
Browse files Browse the repository at this point in the history
StringStatsAggregatorTests#testSingleValuedFieldFormatter fails because
of elastic#47469
  • Loading branch information
csoulios committed Oct 3, 2019
1 parent 981807f commit fe35bf8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public void testQueryFiltering() throws IOException {
});
}

@AwaitsFix(bugUrl = "")
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/47469")
public void testSingleValuedFieldWithFormatter() throws IOException {
TextFieldMapper.TextFieldType fieldType = new TextFieldMapper.TextFieldType();
fieldType.setName("text");
Expand Down

0 comments on commit fe35bf8

Please sign in to comment.