From 5d9826e3de33421d0c8e49c7cd605fdb56b53572 Mon Sep 17 00:00:00 2001 From: zhenwu Date: Thu, 7 Nov 2019 14:00:49 +0800 Subject: [PATCH] Update mix case level --- tests/milvus_python_test/test_mix.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/milvus_python_test/test_mix.py b/tests/milvus_python_test/test_mix.py index fa6d57e4..84afb529 100644 --- a/tests/milvus_python_test/test_mix.py +++ b/tests/milvus_python_test/test_mix.py @@ -26,6 +26,7 @@ index_params = {'index_type': IndexType.IVFLAT, 'nlist': 16384} class TestMixBase: # TODO: enable + @pytest.mark.level(2) def test_search_during_createIndex(self, args): loops = 100000 table = gen_unique_str() -- GitLab