open smoke test search without insert (#6036)

Signed-off-by: xige-16 <xi.ge@zilliz.com>
pull/6041/head
xige-16 2021-06-23 19:28:08 +08:00 committed by GitHub
parent 7d14b2d6bf
commit 94984c41dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions

View File

@ -496,7 +496,6 @@ class TestLoadPartition:
connect.create_index(binary_collection, default_binary_vec_field_name, get_binary_index)
connect.load_partitions(binary_collection, [default_tag])
@pytest.mark.skip("xige-16-search-without-insert")
@pytest.mark.tags(CaseLabel.tags_smoke)
def test_load_empty_partition(self, connect, collection):
'''

View File

@ -902,7 +902,6 @@ class TestInsertMultiCollections:
stats = connect.get_collection_stats(collection_name)
assert stats[row_count] == 1
@pytest.mark.skip("xige-16-search-without-insert")
@pytest.mark.timeout(ADD_TIMEOUT)
@pytest.mark.tags(CaseLabel.tags_smoke)
def test_insert_entity_search_entity_another(self, connect, collection):

View File

@ -1149,7 +1149,6 @@ class TestSearchDSL(object):
assert len(res) == nq
assert len(res[0]) == 0
@pytest.mark.skip("xige-16-search-without-insert")
@pytest.mark.tags(CaseLabel.tags_smoke)
def test_query_complex_dsl(self, connect, collection):
'''