Skip to content
Snippets Groups Projects
Commit cfe139df authored by neza2017's avatar neza2017 Committed by yefu.chen
Browse files

Add tag for binary index


Signed-off-by: default avatarneza2017 <yefu.chen@zilliz.com>
parent ae0e8b1a
No related branches found
No related tags found
No related merge requests found
......@@ -524,7 +524,6 @@ class TestIndexBase:
connect.drop_index(collection, field_name)
@pytest.mark.skip("r0.3-test")
class TestIndexBinary:
@pytest.fixture(
scope="function",
......@@ -594,6 +593,7 @@ class TestIndexBinary:
ids = connect.bulk_insert(binary_collection, default_binary_entities, partition_tag=default_tag)
connect.create_index(binary_collection, binary_field_name, get_jaccard_index)
@pytest.mark.skip("r0.3-test")
@pytest.mark.timeout(BUILD_TIMEOUT)
def test_create_index_search_with_query_vectors(self, connect, binary_collection, get_jaccard_index, get_nq):
'''
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment