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 @@ -331,9 +331,6 @@ tests:
- class: org.elasticsearch.xpack.inference.DefaultEndPointsIT
method: testMultipleInferencesTriggeringDownloadAndDeploy
issue: https://github.com/elastic/elasticsearch/issues/117208
- class: org.elasticsearch.xpack.esql.qa.mixed.EsqlClientYamlIT
method: test {p0=esql/40_tsdb/error on rename timestamp}
issue: https://github.com/elastic/elasticsearch/issues/137259
- class: org.elasticsearch.readiness.ReadinessClusterIT
method: testReadinessDuringRestartsNormalOrder
issue: https://github.com/elastic/elasticsearch/issues/136955
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,9 @@ error on rename timestamp:
- method: POST
path: /_query
parameters: [ ]
capabilities: [ ts_command_v0, ts_rename_timestamp_error_message ]
# inline_stats_with_no_columns is a stand-in for a missed capability that should have been introduced along with the
# TimestampAware interface. This capability is the first one added past #137040.
capabilities: [ ts_command_v0, ts_rename_timestamp_error_message, inline_stats_with_no_columns ]
reason: "TS specific check"

- do:
Expand Down