mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
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:
parent
29c9132e55
commit
1ebb31e868
@ -3633,6 +3633,7 @@ class TestMilvusClientSearchNullExpr(TestMilvusClientV2Base):
|
||||
"limit": limit})
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="issue #45511")
|
||||
class TestMilvusClientSearchJsonPathIndex(TestMilvusClientV2Base):
|
||||
""" Test case of search interface """
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user