Skip to content

Commit

Permalink
[skip e2e] Disable test cases (milvus-io#19380)
Browse files Browse the repository at this point in the history
Signed-off-by: Binbin Lv <[email protected]>

Signed-off-by: Binbin Lv <[email protected]>
  • Loading branch information
binbinlv authored Sep 22, 2022
1 parent ee9d634 commit 24e6b47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python_client/testcases/test_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -1735,6 +1735,7 @@ def test_search_index_partitions(self, nb, nq, dim, auto_id, _async):
"_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):
Expand Down

0 comments on commit 24e6b47

Please sign in to comment.