mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
test: remove xfail for testcase (#30622)
issue has been fixed then remove xfail for testcase Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
parent
a297baae9d
commit
bb63e324b2
@ -213,7 +213,6 @@ class TestInsertVectorNegative(TestBase):
|
||||
class TestSearchVector(TestBase):
|
||||
|
||||
@pytest.mark.parametrize("metric_type", ["IP", "L2"])
|
||||
@pytest.mark.xfail(reason="https://github.com/milvus-io/milvus/issues/30102")
|
||||
def test_search_vector_with_simple_payload(self, metric_type):
|
||||
"""
|
||||
Search a vector with a simple payload
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user