From a75fe4034d5616b95d88a182d523fbcfba9da0d6 Mon Sep 17 00:00:00 2001 From: nico <109071306+NicoYuan1986@users.noreply.github.com> Date: Thu, 18 Apr 2024 16:15:25 +0800 Subject: [PATCH] test: update pymilvus version (#32393) Signed-off-by: nico --- tests/python_client/requirements.txt | 2 +- tests/python_client/testcases/test_high_level_api.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/python_client/requirements.txt b/tests/python_client/requirements.txt index ff7acaee05..207e606614 100644 --- a/tests/python_client/requirements.txt +++ b/tests/python_client/requirements.txt @@ -12,7 +12,7 @@ allure-pytest==2.7.0 pytest-print==0.2.1 pytest-level==0.1.1 pytest-xdist==2.5.0 -pymilvus==2.3.8rc4 +pymilvus==2.3.8rc5 pytest-rerunfailures==9.1.1 git+https://github.com/Projectplace/pytest-tags ndg-httpsclient diff --git a/tests/python_client/testcases/test_high_level_api.py b/tests/python_client/testcases/test_high_level_api.py index 71ed2eaae2..03dffdb860 100644 --- a/tests/python_client/testcases/test_high_level_api.py +++ b/tests/python_client/testcases/test_high_level_api.py @@ -130,6 +130,7 @@ class TestHighLevelApi(TestcaseBase): check_task=CheckTasks.err_res, check_items=error) @pytest.mark.tags(CaseLabel.L2) + @pytest.mark.skip("https://github.com/milvus-io/milvus/issues/29880") def test_high_level_search_not_consistent_metric_type(self, metric_type): """ target: test search with inconsistent metric type (default is IP) with that of index