Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -469,9 +469,6 @@ tests:
- class: org.elasticsearch.xpack.esql.action.EsqlActionBreakerIT
method: testFromEvalStats
issue: https://github.com/elastic/elasticsearch/issues/131503
- class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeIT
method: test
issue: https://github.com/elastic/elasticsearch/issues/131508
- class: org.elasticsearch.xpack.downsample.DownsampleWithBasicRestIT
method: test {p0=downsample-with-security/10_basic/Downsample index}
issue: https://github.com/elastic/elasticsearch/issues/131513
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public abstract class GenerativeRestTest extends ESRestTestCase {
"Plan \\[ProjectExec\\[\\[<no-fields>.* optimized incorrectly due to missing references", // https://github.com/elastic/elasticsearch/issues/125866
"The incoming YAML document exceeds the limit:", // still to investigate, but it seems to be specific to the test framework
"Data too large", // Circuit breaker exceptions eg. https://github.com/elastic/elasticsearch/issues/130072
"optimized incorrectly due to missing references", // https://github.com/elastic/elasticsearch/issues/131509

// Awaiting fixes for correctness
"Expecting at most \\[.*\\] columns, got \\[.*\\]" // https://github.com/elastic/elasticsearch/issues/129561
Expand Down