Skip to content

Commit

Permalink
ESQL: Reenable another heap attack
Browse files Browse the repository at this point in the history
This one was disabled by a long-closed issue.
  • Loading branch information
nik9000 committed Feb 3, 2025
1 parent cc6e84e commit 0b767ae
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,6 @@ public void testFetchMvLongs() throws IOException {
assertMap(map, matchesMap().entry("columns", columns));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/106683")
public void testFetchTooManyMvLongs() throws IOException {
initMvLongsIndex(500, 100, 1000);
assertCircuitBreaks(() -> fetchMvLongs());
Expand Down

0 comments on commit 0b767ae

Please sign in to comment.