From 24e6b47973e3aab66c9d6b7c38b5c1fd5b73d2d7 Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Thu, 22 Sep 2022 21:06:50 +0800 Subject: [PATCH] [skip e2e] Disable test cases (#19380) Signed-off-by: Binbin Lv Signed-off-by: Binbin Lv --- tests/python_client/testcases/test_search.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/python_client/testcases/test_search.py b/tests/python_client/testcases/test_search.py index 8c5e3b700..fb12d1454 100644 --- a/tests/python_client/testcases/test_search.py +++ b/tests/python_client/testcases/test_search.py @@ -1735,6 +1735,7 @@ class TestCollectionSearch(TestcaseBase): "_async": _async}) @pytest.mark.tags(CaseLabel.L2) + @pytest.mark.xfail(reason="issue 19374") @pytest.mark.parametrize("partition_names", [["(.*)"], ["search(.*)"]]) def test_search_index_partitions_fuzzy(self, nb, nq, dim, partition_names, auto_id, _async): -- GitLab