[skip ci] Reformat file (#9591)

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
This commit is contained in:
ThreadDao 2021-10-09 19:40:57 +08:00 committed by GitHub
parent 12b985c32e
commit eb55114f03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,12 +10,14 @@ from pymilvus import IndexType
from utils.utils import get_milvus, gen_vectors, default_dim
from common.common_type import CaseLabel
class TestMysql:
"""
******************************************************************
The following cases are used to test mysql failure
******************************************************************
"""
@pytest.fixture(scope="function", autouse=True)
def skip_check(self, connect, args):
if args["service_name"].find("shards") != -1: