From cfe139dfa585c2f8aa46b03298d666aa3d338825 Mon Sep 17 00:00:00 2001 From: neza2017 Date: Sat, 20 Feb 2021 18:19:30 +0800 Subject: [PATCH] Add tag for binary index Signed-off-by: neza2017 --- tests/python/test_index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python/test_index.py b/tests/python/test_index.py index ee7b36c506..cad7695c95 100644 --- a/tests/python/test_index.py +++ b/tests/python/test_index.py @@ -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): '''