Skip to content

Commit 05bccc6

Browse files
bpinteavaleriy42
authored andcommitted
ESQL: Fix test by add excluding capability (elastic#129202)
Closes elastic#129078 Closes elastic#129082
1 parent c5c5ad5 commit 05bccc6

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

muted-tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -496,12 +496,6 @@ tests:
496496
- class: org.elasticsearch.packaging.test.DockerTests
497497
method: test073RunEsAsDifferentUserAndGroupWithoutBindMounting
498498
issue: https://github.com/elastic/elasticsearch/issues/128996
499-
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
500-
method: test {lookup-join.LookupJoinOnTimeSeriesIndex ASYNC}
501-
issue: https://github.com/elastic/elasticsearch/issues/129078
502-
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
503-
method: test {lookup-join.LookupJoinOnTimeSeriesIndex SYNC}
504-
issue: https://github.com/elastic/elasticsearch/issues/129082
505499
- class: org.elasticsearch.upgrades.UpgradeClusterClientYamlTestSuiteIT
506500
method: test {p0=upgraded_cluster/70_ilm/Test Lifecycle Still There And Indices Are Still Managed}
507501
issue: https://github.com/elastic/elasticsearch/issues/129097

x-pack/plugin/esql/qa/testFixtures/src/main/resources/lookup-join.csv-spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4587,6 +4587,7 @@ emp_no:integer | language_code:integer | language_name:keyword
45874587

45884588
lookupJoinOnTimeSeriesIndex
45894589
required_capability: join_lookup_v12
4590+
required_capability: lookup_join_on_mixed_numeric_fields
45904591

45914592
FROM k8s
45924593
| RENAME network.bytes_in AS language_code

0 commit comments

Comments
 (0)