Skip to content

Commit 330c666

Browse files
authored
ESQL: Unmute gen tests that fail due to wrong optimization (#137000)
1 parent 3850256 commit 330c666

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
@@ -66,7 +66,6 @@ public abstract class GenerativeRestTest extends ESRestTestCase implements Query
6666
"Plan \\[ProjectExec\\[\\[<no-fields>.* optimized incorrectly due to missing references",
6767
"The incoming YAML document exceeds the limit:", // still to investigate, but it seems to be specific to the test framework
6868
"Data too large", // Circuit breaker exceptions eg. https://github.com/elastic/elasticsearch/issues/130072
69-
"optimized incorrectly due to missing references", // https://github.com/elastic/elasticsearch/issues/131509
7069
"long overflow", // https://github.com/elastic/elasticsearch/issues/135759
7170
"cannot be cast to class", // https://github.com/elastic/elasticsearch/issues/133992
7271
"can't find input for", // https://github.com/elastic/elasticsearch/issues/136596

0 commit comments

Comments
 (0)