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
6 changes: 0 additions & 6 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -496,12 +496,6 @@ tests:
- class: org.elasticsearch.packaging.test.DockerTests
method: test073RunEsAsDifferentUserAndGroupWithoutBindMounting
issue: https://github.com/elastic/elasticsearch/issues/128996
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
method: test {lookup-join.LookupJoinOnTimeSeriesIndex ASYNC}
issue: https://github.com/elastic/elasticsearch/issues/129078
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
method: test {lookup-join.LookupJoinOnTimeSeriesIndex SYNC}
issue: https://github.com/elastic/elasticsearch/issues/129082
- class: org.elasticsearch.upgrades.UpgradeClusterClientYamlTestSuiteIT
method: test {p0=upgraded_cluster/70_ilm/Test Lifecycle Still There And Indices Are Still Managed}
issue: https://github.com/elastic/elasticsearch/issues/129097
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4587,6 +4587,7 @@ emp_no:integer | language_code:integer | language_name:keyword

lookupJoinOnTimeSeriesIndex
required_capability: join_lookup_v12
required_capability: lookup_join_on_mixed_numeric_fields

FROM k8s
| RENAME network.bytes_in AS language_code
Expand Down