From 6e452d1f02f44c2842147062259962b2ec2d0902 Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Mon, 22 Nov 2021 17:53:14 +0800 Subject: [PATCH] Enable test case after code fix (#12177) Signed-off-by: Binbin Lv --- tests/python_client/requirements.txt | 2 +- tests/python_client/testcases/test_search_20.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/python_client/requirements.txt b/tests/python_client/requirements.txt index e4199a75e..724ff57b6 100644 --- a/tests/python_client/requirements.txt +++ b/tests/python_client/requirements.txt @@ -12,7 +12,7 @@ allure-pytest==2.7.0 pytest-print==0.2.1 pytest-level==0.1.1 pytest-xdist==2.2.1 -pymilvus==2.0.0rc9.dev6 +pymilvus==2.0.0rc9.dev14 pytest-rerunfailures==9.1.1 git+https://github.com/Projectplace/pytest-tags ndg-httpsclient diff --git a/tests/python_client/testcases/test_search_20.py b/tests/python_client/testcases/test_search_20.py index bc55b7eb3..1ba811396 100644 --- a/tests/python_client/testcases/test_search_20.py +++ b/tests/python_client/testcases/test_search_20.py @@ -726,7 +726,6 @@ class TestCollectionSearchInvalid(TestcaseBase): "err_msg": "`travel_timestamp` value %s is illegal" % invalid_travel_time}) @pytest.mark.tags(CaseLabel.L2) - @pytest.mark.skip(reason="issue 11985") def test_search_param_invalid_guarantee_timestamp(self, get_invalid_guarantee_timestamp): """ target: test search with invalid guarantee timestamp -- GitLab