mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-13 05:17:26 +00:00
skip -> xfail for image tests
This commit is contained in:
parent
d4c3aee490
commit
8eefbfecdd
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ def test_embedding_text(llama_stack_client, embedding_model_id, contents):
|
||||||
"list[url,string,base64,text]",
|
"list[url,string,base64,text]",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
@pytest.mark.skip(reason="Media is not supported")
|
@pytest.mark.xfail(reason="Media is not supported")
|
||||||
def test_embedding_image(llama_stack_client, embedding_model_id, contents):
|
def test_embedding_image(llama_stack_client, embedding_model_id, contents):
|
||||||
response = llama_stack_client.inference.embeddings(model_id=embedding_model_id, contents=contents)
|
response = llama_stack_client.inference.embeddings(model_id=embedding_model_id, contents=contents)
|
||||||
assert isinstance(response, EmbeddingsResponse)
|
assert isinstance(response, EmbeddingsResponse)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue