Skip to content

Commit 7b9e193

Browse files
committed
Mute platform specific test
1 parent 37869c8 commit 7b9e193

File tree

1 file changed

+1
-0
lines changed
  • x-pack/plugin/inference/qa/inference-service-tests/src/javaRestTest/java/org/elasticsearch/xpack/inference

1 file changed

+1
-0
lines changed

x-pack/plugin/inference/qa/inference-service-tests/src/javaRestTest/java/org/elasticsearch/xpack/inference/TextEmbeddingCrudIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ public void testPutE5Small_withPlatformAgnosticVariant() throws IOException {
5050
deleteTextEmbeddingModel(inferenceEntityId);
5151
}
5252

53+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/105198")
5354
public void testPutE5Small_withPlatformSpecificVariant() throws IOException {
5455
String inferenceEntityId = randomAlphaOfLength(10).toLowerCase();
5556
if ("linux-x86_64".equals(Platforms.PLATFORM_NAME)) {

0 commit comments

Comments
 (0)