Skip to content

Commit

Permalink
precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkyle committed Oct 16, 2023
1 parent ab4a183 commit b178184
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public void testGroupOnSomeLongs() throws IOException {
/**
* This groups on 5000 columns which used to throw a {@link StackOverflowError}.
*/
@AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/100640")
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/100640")
public void testGroupOnManyLongs() throws IOException {
initManyLongs();
Map<?, ?> map = XContentHelper.convertToMap(
Expand Down

0 comments on commit b178184

Please sign in to comment.