Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ public abstract class GenerativeRestTest extends ESRestTestCase implements Query
"Plan \\[ProjectExec\\[\\[<no-fields>.* optimized incorrectly due to missing references",
"The incoming YAML document exceeds the limit:", // still to investigate, but it seems to be specific to the test framework
"Data too large", // Circuit breaker exceptions eg. https://github.com/elastic/elasticsearch/issues/130072
"optimized incorrectly due to missing references", // https://github.com/elastic/elasticsearch/issues/131509
"long overflow", // https://github.com/elastic/elasticsearch/issues/135759
"cannot be cast to class", // https://github.com/elastic/elasticsearch/issues/133992
"can't find input for", // https://github.com/elastic/elasticsearch/issues/136596
Expand Down