Skip to content

Commit a68b847

Browse files
authored
ESQL: Unmute gen tests that fail due to wrong optimization (#137000) (#137324)
1 parent ede18e4 commit a68b847

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
"can't build page out of released blocks", // https://github.com/elastic/elasticsearch/issues/135679
7271

0 commit comments

Comments
 (0)