mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 07:14:20 +00:00
removing xfail
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
c30ebac8d5
commit
25b1fb45a8
1 changed files with 0 additions and 2 deletions
|
@ -162,8 +162,6 @@ def test_insert_chunks_with_precomputed_embeddings(client_with_empty_registry, e
|
|||
assert response.chunks[0].metadata["source"] == "precomputed"
|
||||
|
||||
|
||||
# expect this test to fail
|
||||
@pytest.mark.xfail(reason="This test is expected to fail.")
|
||||
def test_query_returns_valid_object_when_identical_to_embedding_in_vdb(
|
||||
client_with_empty_registry, embedding_model_id, embedding_dimension
|
||||
):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue