mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-29 18:38:44 +08:00
bug fix and enable case (#5765)
Signed-off-by: zw <zw@milvus.io> Co-authored-by: zw <zw@milvus.io>
This commit is contained in:
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
Block a user