Skip to content

Commit 3811680

Browse files
committed
test(integration): remove xfail from vector_search (RPC now wired)
1 parent d5001d1 commit 3811680

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tests/integration/test_basic.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,6 @@ def test_create_and_get_node(client):
6262
)
6363

6464

65-
@pytest.mark.xfail(
66-
reason=(
67-
"VectorServiceImpl is a stub in server/src/services/vector.rs — always returns []."
68-
" HNSW algorithm (coordinode-vector crate) is implemented, but not wired to the RPC handler."
69-
),
70-
strict=True,
71-
)
7265
def test_vector_search(client):
7366
# Insert a node with an embedding, then search for it.
7467
# VectorResult has .node (NodeResult) and .distance (float).

0 commit comments

Comments
 (0)