Skip to content

Commit 4efa176

Browse files
authored
Muting expensive filtersIT test causing test runner oomes (#127113)
this new test is pretty expensive, it was important to discover a particular failure, but its harming CI as its just too expensive (causing oomes).
1 parent 2c8649d commit 4efa176

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

muted-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,9 @@ tests:
411411
- class: org.elasticsearch.packaging.test.DockerTests
412412
method: test024InstallPluginFromArchiveUsingConfigFile
413413
issue: https://github.com/elastic/elasticsearch/issues/126936
414+
- class: org.elasticsearch.search.aggregations.bucket.FiltersIT
415+
method: testSimpleWithFilterQuery
416+
issue: https://github.com/elastic/elasticsearch/issues/127099
414417
- class: org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT
415418
method: test {rerank.Reranker before a limit ASYNC}
416419
issue: https://github.com/elastic/elasticsearch/issues/127051

0 commit comments

Comments
 (0)