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 <eric.hou@zilliz.com>
Co-authored-by: Eric Hou <eric.hou@zilliz.com>
This commit is contained in:
Feilong Hou 2025-10-23 16:14:05 +08:00 committed by GitHub
parent 22995cea3f
commit 7aa56e1fb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4114,7 +4114,7 @@ class TestMilvusClientQueryJsonPathIndex(TestMilvusClientV2Base):
# The following are valid base cases
******************************************************************
"""
@pytest.mark.tags(CaseLabel.L2)
@pytest.mark.tags(CaseLabel.L1)
@pytest.mark.parametrize("enable_dynamic_field", [True, False])
@pytest.mark.parametrize("is_flush", [True, False])
@pytest.mark.parametrize("is_release", [True, False])