mirror of
https://github.com/milvus-io/milvus.git
synced 2026-07-21 10:15:43 +00:00
## Summary - Remove `@pytest.mark.xfail` from `test_element_filter_with_doc_level_filter` since the underlying bug (#48617) has been fixed issue: #48617 ## Test plan - [ ] Verify `test_element_filter_with_doc_level_filter` passes without xfail marker 🤖 Generated with [Claude Code](https://claude.com/claude-code) Signed-off-by: Eric Hou <eric.hou@zilliz.com> Co-authored-by: Eric Hou <eric.hou@zilliz.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Eric Hou
Claude Opus 4.6
parent
57fa0e47c6
commit
5ea65db873
@@ -413,7 +413,6 @@ class TestStructArrayElementFilterSearch(TestMilvusClientV2Base):
|
||||
# Distance ordering (L2: ascending)
|
||||
_assert_distance_order(results, "L2")
|
||||
|
||||
@pytest.mark.xfail(reason="flaky: element-level search on growing segment intermittently returns 0 hits")
|
||||
@pytest.mark.tags(CaseLabel.L0)
|
||||
def test_element_filter_with_doc_level_filter(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user