enhance: skip test_milvus_client_search_json_path_index_default (#45605)

To prevent this issue from blocking other PRs, we are temporarily
disabling this test. A proper fix will be implemented before the 2.6.6
release.

pr: https://github.com/milvus-io/milvus/pull/45604
issue: https://github.com/milvus-io/milvus/issues/45511

---------

Signed-off-by: sunby <sunbingyi1992@gmail.com>
This commit is contained in:
Bingyi Sun 2025-11-20 16:53:09 +08:00 committed by GitHub
parent 29c9132e55
commit 1ebb31e868
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3633,6 +3633,7 @@ class TestMilvusClientSearchNullExpr(TestMilvusClientV2Base):
"limit": limit})
@pytest.mark.skip(reason="issue #45511")
class TestMilvusClientSearchJsonPathIndex(TestMilvusClientV2Base):
""" Test case of search interface """