mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Disable test cases for existing issue (#15422)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/15422/merge
parent
d3d26b388d
commit
d03d17444c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue