Skip to content

Commit 20e5ab2

Browse files
updating
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
1 parent 18251ce commit 20e5ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/python/tests/unit/online_store/test_online_retrieval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ def test_sqlite_get_online_documents_v2_search() -> None:
10011001
assert result["distance"] == [-1.8458267450332642, -1.8458267450332642]
10021002

10031003

1004-
# @pytest.mark.skip(reason="Skipping this test as CI struggles with it")
1004+
@pytest.mark.skip(reason="Skipping this test as CI struggles with it")
10051005
def test_local_milvus() -> None:
10061006
import random
10071007

0 commit comments

Comments
 (0)