Skip to content

Commit bf727e4

Browse files
committed
Remove muted test
1 parent 0c9c0bc commit bf727e4

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

muted-tests.yml

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -396,22 +396,15 @@ tests:
396396
- class: org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT
397397
method: test {p0=search/610_function_score/Random}
398398
issue: https://github.com/elastic/elasticsearch/issues/125010
399-
- class: org.elasticsearch.packaging.test.DockerTests
400-
method: test010Install
401-
issue: https://github.com/elastic/elasticsearch/issues/119441
402-
- class: org.elasticsearch.xpack.ilm.DataStreamAndIndexLifecycleMixingTests
403-
method: testGetDataStreamResponse
404-
issue: https://github.com/elastic/elasticsearch/issues/125083
405-
- class: org.elasticsearch.discovery.ec2.Ec2DiscoveryTests
406-
method: testFilterByTags
407-
issue: https://github.com/elastic/elasticsearch/issues/125090
408-
- class: org.elasticsearch.threadpool.ScalingThreadPoolTests
409-
method: testScalingThreadPoolConfiguration
410-
issue: https://github.com/elastic/elasticsearch/issues/125142
411-
- class: org.elasticsearch.packaging.test.DockerTests
412-
method: test012SecurityCanBeDisabled
413-
issue: https://github.com/elastic/elasticsearch/issues/116636
414-
399+
- class: org.elasticsearch.xpack.inference.external.action.azureopenai.AzureOpenAiEmbeddingsActionTests
400+
method: testExecute_ReturnsSuccessfulResponse
401+
issue: https://github.com/elastic/elasticsearch/issues/125057
402+
- class: org.elasticsearch.xpack.inference.external.request.jinaai.JinaAIEmbeddingsRequestTests
403+
method: testCreateRequest_TaskSettingsInputType
404+
issue: https://github.com/elastic/elasticsearch/issues/125059
405+
- class: org.elasticsearch.xpack.inference.external.request.azureopenai.embeddings.AzureOpenAiEmbeddingsRequestTests
406+
method: testCreateRequest_WithEntraIdDefined
407+
issue: https://github.com/elastic/elasticsearch/issues/125061
415408
# Examples:
416409
#
417410
# Mute a single test case in a YAML test suite:

0 commit comments

Comments
 (0)