Skip to content

Commit

Permalink
Reenable HeapAttackIT testHugeManyConcat() (#100511)
Browse files Browse the repository at this point in the history
Reenable testHugeManyConcat().

(cherry picked from commit 3919a13)
  • Loading branch information
bpintea committed Oct 9, 2023
1 parent 1af1dbd commit abfbe54
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ public void testManyConcat() throws IOException {
/**
* Hits a circuit breaker by building many moderately long strings.
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/99826")
public void testHugeManyConcat() throws IOException {
initManyLongs();
assertCircuitBreaks(() -> manyConcat(2000));
Expand Down

0 comments on commit abfbe54

Please sign in to comment.