diff --git a/tests/python_test/entity/test_insert.py b/tests/python_test/entity/test_insert.py
index 5c8e7907221df0432c064a8502229dade97038b3..0eca0581e761acf365dd0390cda84e2f6312e735 100644
--- a/tests/python_test/entity/test_insert.py
+++ b/tests/python_test/entity/test_insert.py
@@ -1159,8 +1159,8 @@ class TestInsertInvalidBinary(object):
             connect.insert(binary_collection, tmp_entity)
 
     @pytest.mark.level(2)
-    # #1352
-    @pytest.mark.tags("fail")
+    @pytest.mark.tags("0331")
+    # TODO 'bytes' object does not support item assignment
     def test_insert_with_invalid_field_entities_value(self, connect, binary_collection, get_field_vectors_value):
         tmp_entities = copy.deepcopy(default_binary_entities)
         src_vector = tmp_entities[-1]["values"]