diff --git a/muted-tests.yml b/muted-tests.yml index 472499e70cd3e..6b3df9a5a5fd5 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -423,9 +423,6 @@ tests: - class: org.elasticsearch.xpack.inference.integration.AuthorizationTaskExecutorMultipleNodesIT method: testAuthorizationTaskGetsRelocatedToAnotherNode_WhenTheNodeThatIsRunningItShutsDown issue: https://github.com/elastic/elasticsearch/issues/137911 -- class: org.elasticsearch.xpack.esql.qa.multi_node.GenerativeIT - method: test - issue: https://github.com/elastic/elasticsearch/issues/137909 - class: org.elasticsearch.xpack.inference.integration.AuthorizationTaskExecutorIT method: testCreatesChatCompletion_AndThenCreatesTextEmbedding issue: https://github.com/elastic/elasticsearch/issues/138012 @@ -438,9 +435,6 @@ tests: - class: org.elasticsearch.xpack.inference.integration.AuthorizationTaskExecutorMultipleNodesIT method: testCancellingAuthorizationTaskRestartsIt issue: https://github.com/elastic/elasticsearch/issues/138099 -- class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeIT - method: test - issue: https://github.com/elastic/elasticsearch/issues/137909 - class: org.elasticsearch.simdvec.ESVectorUtilTests method: testSoarDistanceBulk issue: https://github.com/elastic/elasticsearch/issues/138117 diff --git a/x-pack/plugin/esql/qa/server/src/main/java/org/elasticsearch/xpack/esql/qa/rest/generative/GenerativeRestTest.java b/x-pack/plugin/esql/qa/server/src/main/java/org/elasticsearch/xpack/esql/qa/rest/generative/GenerativeRestTest.java index 26468bff22877..32ffd77e628e6 100644 --- a/x-pack/plugin/esql/qa/server/src/main/java/org/elasticsearch/xpack/esql/qa/rest/generative/GenerativeRestTest.java +++ b/x-pack/plugin/esql/qa/server/src/main/java/org/elasticsearch/xpack/esql/qa/rest/generative/GenerativeRestTest.java @@ -71,6 +71,7 @@ public abstract class GenerativeRestTest extends ESRestTestCase implements Query "can't find input for", // https://github.com/elastic/elasticsearch/issues/136596 "unexpected byte", // https://github.com/elastic/elasticsearch/issues/136598 "out of bounds for length", // https://github.com/elastic/elasticsearch/issues/136851 + "optimized incorrectly due to missing references", // https://github.com/elastic/elasticsearch/issues/138231 // Awaiting fixes for correctness "Expecting at most \\[.*\\] columns, got \\[.*\\]", // https://github.com/elastic/elasticsearch/issues/129561