Skip to content

Commit

Permalink
[CI] Mute Failing tests in HeapAttackIT (elastic#100900)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkyle authored and cbuescher committed Oct 31, 2023
1 parent 252952f commit 51a8b9e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,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")
public void testGroupOnManyLongs() throws IOException {
initManyLongs();
Map<?, ?> map = XContentHelper.convertToMap(
Expand Down

0 comments on commit 51a8b9e

Please sign in to comment.