test: remove xfail for element_filter search after #48617 fix (#48709)

## 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:
Feilong Hou
2026-04-03 09:45:36 +08:00
committed by GitHub
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):
"""