Skip to content

Commit

Permalink
ESQL: Reeanble another test (elastic#100342)
Browse files Browse the repository at this point in the history
We'd disabled this one a week ago because `EVAL | STATS` wasn't properly
releasing blocks. It does now so we can have this test back.
  • Loading branch information
nik9000 committed Oct 5, 2023
1 parent 055df9a commit e1fa3ef
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ private Response sortByManyLongs(int count) throws IOException {
/**
* This groups on about 200 columns which is a lot but has never caused us trouble.
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/99826")
public void testGroupOnSomeLongs() throws IOException {
initManyLongs();
Map<?, ?> map = XContentHelper.convertToMap(
Expand Down

0 comments on commit e1fa3ef

Please sign in to comment.