Skip to content

Commit d637927

Browse files
authored
ESQL: Unmute some generative tests (#131446)
The corresponding issue #116781 has already been fixed.
1 parent a29d8ea commit d637927

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ public abstract class GenerativeRestTest extends ESRestTestCase {
4848
// Awaiting fixes for query failure
4949
"Unknown column \\[<all-fields-projected>\\]", // https://github.com/elastic/elasticsearch/issues/121741,
5050
"Plan \\[ProjectExec\\[\\[<no-fields>.* optimized incorrectly due to missing references", // https://github.com/elastic/elasticsearch/issues/125866
51-
"optimized incorrectly due to missing references", // https://github.com/elastic/elasticsearch/issues/116781
5251
"The incoming YAML document exceeds the limit:", // still to investigate, but it seems to be specific to the test framework
5352
"Data too large", // Circuit breaker exceptions eg. https://github.com/elastic/elasticsearch/issues/130072
5453

0 commit comments

Comments
 (0)