From 219fc1fe1cbda54f3ff7d46a0f1e966b75e8fac4 Mon Sep 17 00:00:00 2001 From: David Kyle Date: Fri, 4 Jul 2025 13:21:37 +0100 Subject: [PATCH] [ML] Unmute Cohere Mixed cluster tests (#130611) (cherry picked from commit 829ae1333f63a8af67a4a70c9fbb6a74d377f24b) # Conflicts: # muted-tests.yml --- muted-tests.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index a95e7f344d57c..ec264d49385d9 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -388,12 +388,6 @@ tests: method: "builds distribution from branches via archives extractedAssemble [bwcDistVersion: 8.2.1, bwcProject: bugfix, expectedAssembleTaskName: extractedAssemble, #2]" issue: https://github.com/elastic/elasticsearch/issues/119871 -- class: org.elasticsearch.xpack.inference.qa.mixed.CohereServiceMixedIT - method: testRerank - issue: https://github.com/elastic/elasticsearch/issues/130009 -- class: org.elasticsearch.xpack.inference.qa.mixed.CohereServiceMixedIT - method: testCohereEmbeddings - issue: https://github.com/elastic/elasticsearch/issues/130010 - class: org.elasticsearch.cluster.metadata.ComposableIndexTemplateTests method: testMergeEmptyMappingsIntoTemplateWithNonEmptySettings issue: https://github.com/elastic/elasticsearch/issues/130050