Skip to content

Commit

Permalink
ES|QL: Mute HeapAttackIT.testTooManyEval (#108105)
Browse files Browse the repository at this point in the history
Muting because of #108104
  • Loading branch information
luigidellaquila committed Apr 30, 2024
1 parent cca98af commit 58e199c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ public void testManyEval() throws IOException {
assertMap(map, matchesMap().entry("columns", columns).entry("values", hasSize(10_000)));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/108104")
public void testTooManyEval() throws IOException {
initManyLongs();
assertCircuitBreaks(() -> manyEval(1000));
Expand Down

0 comments on commit 58e199c

Please sign in to comment.