Skip to content

ESQL: Fix test by add excluding capability #129202

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 11, 2025
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