We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18251ce commit 20e5ab2Copy full SHA for 20e5ab2
sdk/python/tests/unit/online_store/test_online_retrieval.py
@@ -1001,7 +1001,7 @@ def test_sqlite_get_online_documents_v2_search() -> None:
1001
assert result["distance"] == [-1.8458267450332642, -1.8458267450332642]
1002
1003
1004
-# @pytest.mark.skip(reason="Skipping this test as CI struggles with it")
+@pytest.mark.skip(reason="Skipping this test as CI struggles with it")
1005
def test_local_milvus() -> None:
1006
import random
1007
0 commit comments