From eb55114f03d5c7ed1ec97cd96362b32d8d569c05 Mon Sep 17 00:00:00 2001 From: ThreadDao Date: Sat, 9 Oct 2021 19:40:57 +0800 Subject: [PATCH] [skip ci] Reformat file (#9591) Signed-off-by: ThreadDao --- tests/python_client/testcases/stability/test_mysql.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/python_client/testcases/stability/test_mysql.py b/tests/python_client/testcases/stability/test_mysql.py index b5f140d9be..b898fe7b42 100644 --- a/tests/python_client/testcases/stability/test_mysql.py +++ b/tests/python_client/testcases/stability/test_mysql.py @@ -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: