Skip to content

Commit

Permalink
test: Skip flaky test (#19242)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 authored Oct 15, 2024
1 parent bd126d5 commit d89fdcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py-polars/tests/unit/functions/range/test_date_range.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ def test_date_ranges_datetime_input() -> None:
assert_series_equal(result, expected)


@pytest.mark.may_fail_auto_streaming
def test_date_range_with_subclass_18470_18447() -> None:
class MyAmazingDate(date):
pass
Expand Down

0 comments on commit d89fdcd

Please sign in to comment.