mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Disable test cases for code issues (#15411)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/15408/head
parent
96b49f14f5
commit
55e7a8dd48
|
@ -285,6 +285,7 @@ class TestCollectionSearchInvalid(TestcaseBase):
|
|||
"err_msg": "metric type not found"})
|
||||
|
||||
@pytest.mark.tags(CaseLabel.L2)
|
||||
@pytest.mark.xfail(reason="issue 15409")
|
||||
@pytest.mark.parametrize("index, params",
|
||||
zip(ct.all_index_types[:9],
|
||||
ct.default_index_params[:9]))
|
||||
|
@ -631,6 +632,7 @@ class TestCollectionSearchInvalid(TestcaseBase):
|
|||
"err_msg": "PartitonName: %s not found" % partition_name})
|
||||
|
||||
@pytest.mark.tags(CaseLabel.L2)
|
||||
@pytest.mark.xfail(reason="issue 15407")
|
||||
def test_search_param_invalid_binary(self):
|
||||
"""
|
||||
target: test search within binary data (invalid parameter)
|
||||
|
@ -652,6 +654,7 @@ class TestCollectionSearchInvalid(TestcaseBase):
|
|||
"err_msg": "unsupported"})
|
||||
|
||||
@pytest.mark.tags(CaseLabel.L2)
|
||||
@pytest.mark.xfail(reason="issue 15407")
|
||||
def test_search_binary_flat_with_L2(self):
|
||||
"""
|
||||
target: search binary collection using FlAT with L2
|
||||
|
|
Loading…
Reference in New Issue