Browse Source

Mute org.elasticsearch.xpack.inference.external.action.azureopenai.AzureOpenAiEmbeddingsActionTests testExecute_ReturnsSuccessfulResponse #125057

elasticsearchmachine 7 months ago
parent
commit
d71b1763e5
1 changed files with 3 additions and 0 deletions
  1. 3 0
      muted-tests.yml

+ 3 - 0
muted-tests.yml

@@ -486,3 +486,6 @@ tests:
 - class: org.elasticsearch.discovery.ec2.Ec2DiscoveryTests
   method: testFilterByMultipleTags
   issue: https://github.com/elastic/elasticsearch/issues/125166
+- class: org.elasticsearch.xpack.inference.external.action.azureopenai.AzureOpenAiEmbeddingsActionTests
+  method: testExecute_ReturnsSuccessfulResponse
+  issue: https://github.com/elastic/elasticsearch/issues/125057