From 23ed14ea49bb5234a53eb7252aa35b0793cb386d Mon Sep 17 00:00:00 2001
From: "zhenshan.cao" <zhenshan.cao@zilliz.com>
Date: Mon, 22 Mar 2021 19:24:08 +0800
Subject: [PATCH] Add test_create_PQ_without_nbits

Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
---
 tests/python_test/test_index.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/python_test/test_index.py b/tests/python_test/test_index.py
index 02b7e1939..7468213b5 100644
--- a/tests/python_test/test_index.py
+++ b/tests/python_test/test_index.py
@@ -578,6 +578,7 @@ class TestIndexBase:
             connect.create_index(collection, field_name, get_simple_index)
             connect.drop_index(collection, field_name)
 
+    @pytest.mark.tags("0331", "l1")
     def test_create_PQ_without_nbits(self, connect, collection):
         PQ_index = {"index_type": "IVF_PQ", "params": {"nlist": 128, "m": 16}, "metric_type": "L2"}
         ids = connect.insert(collection, default_entities)
-- 
GitLab