[skip e2e] Remove unstale todo comment (#14154)

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
pull/14164/head
ThreadDao 2021-12-24 13:50:30 +08:00 committed by GitHub
parent 7480314853
commit 74128129bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -350,7 +350,6 @@ class TestInsertBase:
stats = connect.get_collection_stats(collection)
assert stats[row_count] == default_nb
# TODO
@pytest.mark.timeout(ADD_TIMEOUT)
@pytest.mark.tags(CaseLabel.L0)
def test_insert_partition_with_ids(self, connect, id_collection):
@ -534,7 +533,6 @@ class TestInsertBase:
with pytest.raises(Exception):
connect.insert(collection, tmp_entity)
# todo fix timeout
@pytest.mark.tags(CaseLabel.L1)
@pytest.mark.timeout(30)
def test_collection_insert_rows_count_multi_threading(self, args, collection):