mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Reformat file (#9591)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
This commit is contained in:
parent
12b985c32e
commit
eb55114f03
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user