|
@@ -192,7 +192,6 @@ public class HeapAttackIT extends ESRestTestCase {
|
|
/**
|
|
/**
|
|
* Hits a circuit breaker by building many moderately long strings.
|
|
* Hits a circuit breaker by building many moderately long strings.
|
|
*/
|
|
*/
|
|
- @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/99826")
|
|
|
|
public void testHugeManyConcat() throws IOException {
|
|
public void testHugeManyConcat() throws IOException {
|
|
initManyLongs();
|
|
initManyLongs();
|
|
assertCircuitBreaks(() -> manyConcat(2000));
|
|
assertCircuitBreaks(() -> manyConcat(2000));
|