From 9d17ae2c65a0b2adcad3d39f5c3e2ddf624947b2 Mon Sep 17 00:00:00 2001 From: "zhenshan.cao" Date: Thu, 17 Jun 2021 15:19:57 +0800 Subject: [PATCH] Add test_load_collection_without_flush (#5818) Signed-off-by: zhenshan.cao --- tests/python_test/collection/test_load_collection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_test/collection/test_load_collection.py b/tests/python_test/collection/test_load_collection.py index e36d580adf..6eef026c9c 100644 --- a/tests/python_test/collection/test_load_collection.py +++ b/tests/python_test/collection/test_load_collection.py @@ -198,7 +198,7 @@ class TestLoadCollection: message = getattr(e, 'message', "The exception does not contain the field of message.") assert message == "describe collection failed: can't find collection: %s" % collection -# @pytest.mark.tags(CaseLabel.tags_smoke) + @pytest.mark.tags(CaseLabel.tags_smoke) def test_load_collection_without_flush(self, connect, collection): """ target: test load collection without flush