mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
Reenable heap attack tests (#105939)
I have fixed the recent failures of this suite. We should re-enable this module and keep an eye on it.
This commit is contained in:
parent
1fae3e7501
commit
d6f91d9b21
1 changed files with 0 additions and 2 deletions
|
@ -10,7 +10,6 @@ package org.elasticsearch.xpack.esql.heap_attack;
|
|||
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;
|
||||
|
@ -58,7 +57,6 @@ import static org.hamcrest.Matchers.hasSize;
|
|||
* 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue