Skip to content

Commit 2a9f894

Browse files
ES|QL: fix bwc test (#131034)
1 parent 81095dd commit 2a9f894

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

muted-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -576,9 +576,6 @@ tests:
576576
- class: org.elasticsearch.xpack.esql.action.EsqlActionBreakerIT
577577
method: testRowStatsProjectGroupByInt
578578
issue: https://github.com/elastic/elasticsearch/issues/131024
579-
- class: org.elasticsearch.xpack.esql.qa.mixed.EsqlClientYamlIT
580-
method: test {p0=esql/60_enrich/Enrich in fork}
581-
issue: https://github.com/elastic/elasticsearch/issues/131028
582579

583580
# Examples:
584581
#

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/60_enrich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ teardown:
225225
- method: POST
226226
path: /_query
227227
parameters: []
228-
capabilities: [ no_brackets_in_unquoted_index_names ]
228+
capabilities: [ no_brackets_in_unquoted_index_names, fork_v9 ]
229229
reason: "Change in the grammar"
230230

231231
- do:

0 commit comments

Comments
 (0)