Skip to content

Commit

Permalink
Reenable heap attack tests (#105939)
Browse files Browse the repository at this point in the history
I have fixed the recent failures of this suite. We should re-enable
this module and keep an eye on it.
  • Loading branch information
dnhatn committed Mar 6, 2024
1 parent 1fae3e7 commit d6f91d9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import org.apache.http.HttpHost;
import org.apache.http.client.config.RequestConfig;
import org.apache.http.util.EntityUtils;
import org.apache.lucene.tests.util.LuceneTestCase.AwaitsFix;
import org.elasticsearch.client.Request;
import org.elasticsearch.client.RequestOptions;
import org.elasticsearch.client.Response;
Expand Down Expand Up @@ -58,7 +57,6 @@
* Tests that run ESQL queries that have, in the past, used so much memory they
* crash Elasticsearch.
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/105814")
public class HeapAttackIT extends ESRestTestCase {

@ClassRule
Expand Down

0 comments on commit d6f91d9

Please sign in to comment.