Skip to content

Commit 4fe2fb5

Browse files
ES|QL: one more fix to generative tests (#126586)
1 parent 9e0d885 commit 4fe2fb5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

muted-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -432,9 +432,6 @@ tests:
432432
- class: org.elasticsearch.repositories.blobstore.testkit.rest.SnapshotRepoTestKitClientYamlTestSuiteIT
433433
method: test {p0=/10_analyze/Analysis without details}
434434
issue: https://github.com/elastic/elasticsearch/issues/126569
435-
- class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeIT
436-
method: test
437-
issue: https://github.com/elastic/elasticsearch/issues/126573
438435
- class: org.elasticsearch.repositories.blobstore.testkit.analyze.S3RepositoryAnalysisRestIT
439436
method: testRepositoryAnalysis
440437
issue: https://github.com/elastic/elasticsearch/issues/126576

x-pack/plugin/esql/qa/server/src/main/java/org/elasticsearch/xpack/esql/qa/rest/generative/GenerativeRestTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public abstract class GenerativeRestTest extends ESRestTestCase {
5656
"optimized incorrectly due to missing references", // https://github.com/elastic/elasticsearch/issues/116781
5757
"No matches found for pattern", // https://github.com/elastic/elasticsearch/issues/126418
5858
"JOIN left field .* is incompatible with right field", // https://github.com/elastic/elasticsearch/issues/126419
59+
"Unsupported type .* for enrich", // most likely still https://github.com/elastic/elasticsearch/issues/126419
5960
"The incoming YAML document exceeds the limit:" // still to investigate, but it seems to be specific to the test framework
6061
);
6162

0 commit comments

Comments
 (0)