Skip to content

Commit fc44c26

Browse files
enable relevant paths in generative tests
1 parent b820057 commit fc44c26

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ public abstract class GenerativeRestTest extends ESRestTestCase {
5555
"Unknown column \\[.*\\]", // https://github.com/elastic/elasticsearch/issues/126026
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
58-
"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
6058
"The incoming YAML document exceeds the limit:" // still to investigate, but it seems to be specific to the test framework
6159
);
6260

0 commit comments

Comments
 (0)