Skip to content

Commit 4684456

Browse files
authored
ESQL: Fix test by add excluding capability (#129202) (#129244)
Closes #129078 Closes #129082 (cherry picked from commit 8e0e9e8)
1 parent d52dfc5 commit 4684456

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
@@ -224,12 +224,6 @@ tests:
224224
- class: org.elasticsearch.discovery.ClusterDisruptionIT
225225
method: testAckedIndexing
226226
issue: https://github.com/elastic/elasticsearch/issues/117024
227-
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
228-
method: test {lookup-join.LookupJoinOnTimeSeriesIndex ASYNC}
229-
issue: https://github.com/elastic/elasticsearch/issues/129078
230-
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
231-
method: test {lookup-join.LookupJoinOnTimeSeriesIndex SYNC}
232-
issue: https://github.com/elastic/elasticsearch/issues/129078
233227

234228
# Examples:
235229
#

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
@@ -4481,6 +4481,7 @@ language_code_float:double | language_code_double:double | language_name:keyword
44814481

44824482
lookupJoinOnTimeSeriesIndex
44834483
required_capability: join_lookup_v12
4484+
required_capability: lookup_join_on_mixed_numeric_fields
44844485

44854486
FROM k8s
44864487
| RENAME network.bytes_in AS language_code

0 commit comments

Comments
 (0)