Skip to content

Commit

Permalink
test: Remove some lower priority e2e test params to reduce tests (#32654
Browse files Browse the repository at this point in the history
)

related issue: #32653
1. reduce test params in search.py
2. skip all the xfail test to save running time

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
  • Loading branch information
yanliang567 committed Apr 28, 2024
1 parent 967cfb3 commit c7807af
Show file tree
Hide file tree
Showing 2 changed files with 424 additions and 214 deletions.
1 change: 0 additions & 1 deletion tests/python_client/common/common_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ def gen_default_collection_schema(description=ct.default_desc, primary_field=ct.
fields.append(gen_float_vec_field(gen_unique_str("multiple_vector"), dim=other_dim,
vector_data_type=vector_data_type))


schema, _ = ApiCollectionSchemaWrapper().init_collection_schema(fields=fields, description=description,
primary_field=primary_field, auto_id=auto_id,
enable_dynamic_field=enable_dynamic_field, **kwargs)
Expand Down
Loading

0 comments on commit c7807af

Please sign in to comment.