mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 11:59:00 +08:00
[skip ci] Remove unused code (#10662)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
parent
b2afc6194d
commit
d02bb25d21
@ -36,7 +36,6 @@ class TestInsertBase:
|
||||
params=ut.gen_simple_index()
|
||||
)
|
||||
def get_simple_index(self, request, connect):
|
||||
# if str(connect._cmd("mode")) == "CPU":
|
||||
if request.param["index_type"] in ut.index_cpu_not_support():
|
||||
pytest.skip("CPU not support index_type: ivf_sq8h")
|
||||
logging.getLogger().info(request.param)
|
||||
|
Loading…
Reference in New Issue
Block a user