Reenable testHugeManyConcat().
@@ -192,7 +192,6 @@ public class HeapAttackIT extends ESRestTestCase {
/**
* 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));