diff --git a/tests/python_test/test_index.py b/tests/python_test/test_index.py
index 02b7e1939a436c35d4e6380267f91343ead6a882..7468213b563821187a152cbf91ee21898c82f073 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)