未验证 提交 d03d1744 编写于 作者: B binbin 提交者: GitHub

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

Signed-off-by: NBinbin Lv <binbin.lv@zilliz.com>
上级 d3d26b38
......@@ -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):
"""
......
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册