Skip to content

Commit e916917

Browse files
committed
fix: Remove "xfail" from test which now passes
1 parent 20fa13f commit e916917

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/integration/test_query_engines.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -625,10 +625,6 @@ class events(EventFrame):
625625
]
626626

627627

628-
# The fix for this turns out to be not straightforward and it's sufficiently edge-case-y
629-
# that it doesn't affect us in practice. So for now we keep the test in place but
630-
# xfailed.
631-
@pytest.mark.xfail
632628
def test_sort_edge_case(engine):
633629
# Regression test for a weird edge case in our sort transformation code identified,
634630
# as you'd expect, by Hypothesis. See:

0 commit comments

Comments
 (0)