Skip to content

Commit 17b53ea

Browse files
committed
Skip update test on local Atlas
1 parent 8d776d8 commit 17b53ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_index.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ def test_search_index_create_and_drop(collection: Collection) -> None:
7777
assert len(indexes) == 0
7878

7979

80+
@pytest.mark.skip(
81+
"collection.update_vector_search_index requires [https://jira.mongodb.org/browse/DRIVERS-3078]"
82+
)
8083
def test_search_index_update_vector_search_index(collection: Collection) -> None:
8184
index_name = "INDEX_TO_UPDATE"
8285
similarity_orig = "cosine"

0 commit comments

Comments
 (0)