remove multiprocessing case

pull/623/head
zhenwu 2019-11-30 11:58:00 +08:00
parent 4f098c121f
commit c039d0fdb0
1 changed files with 2 additions and 1 deletions

View File

@ -327,8 +327,9 @@ class TestTableCountIP:
status, res = connect.get_table_row_count(ip_table)
assert res == 0
# TODO: enable
@pytest.mark.timeout(60)
def test_table_rows_count_multiprocessing(self, connect, ip_table, args):
def _test_table_rows_count_multiprocessing(self, connect, ip_table, args):
'''
target: test table rows_count is correct or not with multiprocess
method: create table and add vectors in it,