We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d776d8 commit 17b53eaCopy full SHA for 17b53ea
tests/test_index.py
@@ -77,6 +77,9 @@ def test_search_index_create_and_drop(collection: Collection) -> None:
77
assert len(indexes) == 0
78
79
80
+@pytest.mark.skip(
81
+ "collection.update_vector_search_index requires [https://jira.mongodb.org/browse/DRIVERS-3078]"
82
+)
83
def test_search_index_update_vector_search_index(collection: Collection) -> None:
84
index_name = "INDEX_TO_UPDATE"
85
similarity_orig = "cosine"
0 commit comments