[skip ci] Update case level (#8121)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/8120/head
binbin 2021-09-17 11:59:49 +08:00 committed by GitHub
parent 9601cb2ee6
commit da0bf87ef9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class TestIndexParams(TestcaseBase):
check_items={ct.err_code: 1,
ct.err_msg: f"cannot create index on non-existed field: {f_name}"})
@pytest.mark.tags(CaseLabel.L1)
@pytest.mark.tags(CaseLabel.L0)
# TODO (reason="pymilvus issue #677", raises=TypeError)
@pytest.mark.parametrize("index_type", ct.get_invalid_strs)
def test_index_type_invalid(self, index_type):