Skip to content

Commit 093933c

Browse files
committed
Remove 126026 from ALLOWED_ERRORS
1 parent 8eca69d commit 093933c

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
@@ -54,7 +54,6 @@ public abstract class GenerativeRestTest extends ESRestTestCase {
5454
"token recognition error at: '``", // https://github.com/elastic/elasticsearch/issues/125870
5555
"Unknown column \\[.*\\]", // https://github.com/elastic/elasticsearch/issues/126026
5656
"optimized incorrectly due to missing references", // https://github.com/elastic/elasticsearch/issues/116781
57-
"No matches found for pattern", // https://github.com/elastic/elasticsearch/issues/126418
5857
"The incoming YAML document exceeds the limit:" // still to investigate, but it seems to be specific to the test framework
5958
);
6059

0 commit comments

Comments
 (0)