Skip to content

Commit 7aa56e1

Browse files
FeilongHouEric Hou
andauthored
test: change test_milvus_client_search_json_path_index_all_expressions to L1 (#44986)
Issue: #44989 On branch feature/json-shredding Changes to be committed: modified: milvus_client/test_milvus_client_query.py Signed-off-by: Eric Hou <[email protected]> Co-authored-by: Eric Hou <[email protected]>
1 parent 22995ce commit 7aa56e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/python_client/milvus_client/test_milvus_client_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4114,7 +4114,7 @@ def supported_json_cast_type(self, request):
41144114
# The following are valid base cases
41154115
******************************************************************
41164116
"""
4117-
@pytest.mark.tags(CaseLabel.L2)
4117+
@pytest.mark.tags(CaseLabel.L1)
41184118
@pytest.mark.parametrize("enable_dynamic_field", [True, False])
41194119
@pytest.mark.parametrize("is_flush", [True, False])
41204120
@pytest.mark.parametrize("is_release", [True, False])

0 commit comments

Comments
 (0)