mirror of https://github.com/milvus-io/milvus.git
bug fix and enable case (#5765)
Signed-off-by: zw <zw@milvus.io> Co-authored-by: zw <zw@milvus.io>pull/5794/head
parent
a2787cad9a
commit
cb58a85a5f
|
@ -70,7 +70,7 @@ class TestIndexParams(TestcaseBase):
|
|||
def get_valid_index_params(self, request):
|
||||
yield request.param
|
||||
|
||||
@pytest.mark.xfail(reason="issue #5646")
|
||||
# @pytest.mark.xfail(reason="issue #5646")
|
||||
@pytest.mark.tags(CaseLabel.L1)
|
||||
def test_index_collection_None(self):
|
||||
"""
|
||||
|
@ -316,7 +316,7 @@ class TestIndexBase(TestcaseBase):
|
|||
class TestIndexAdvanced(TestcaseBase):
|
||||
""" Test case of index interface """
|
||||
|
||||
@pytest.mark.xfail(reason="issue #5660")
|
||||
# @pytest.mark.xfail(reason="issue #5660")
|
||||
@pytest.mark.tags(CaseLabel.L2)
|
||||
def test_index_drop_multi_collections(self):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue