[skip e2e] Disable test cases for existing issue (#15422)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/15422/merge
binbin 2022-01-28 10:03:40 +08:00 committed by GitHub
parent d3d26b388d
commit d03d17444c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -535,6 +535,7 @@ class TestInsertBase:
connect.insert(collection, tmp_entity)
@pytest.mark.tags(CaseLabel.L1)
@pytest.mark.xfail(reason="issue 15416")
# @pytest.mark.timeout(30)
def test_collection_insert_rows_count_multi_threading(self, args, collection):
"""

View File

@ -645,6 +645,7 @@ class TestInsertOperation(TestcaseBase):
assert collection_w.num_entities == nb
@pytest.mark.tags(CaseLabel.L1)
@pytest.mark.xfail(reason="issue 15416")
def test_insert_multi_threading(self):
"""
target: test concurrent insert