Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Jan 29, 2025
1 parent c795442 commit 54afee6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py-polars/tests/unit/dataframe/test_df.py
Original file line number Diff line number Diff line change
Expand Up @@ -2387,6 +2387,7 @@ def test_selection_regex_and_multicol() -> None:


@pytest.mark.parametrize("subset", ["a", cs.starts_with("x", "a")])
@pytest.mark.may_fail_auto_streaming # Flaky in CI, see https://github.com/pola-rs/polars/issues/20943
def test_unique_on_sorted(subset: Any) -> None:
df = pl.DataFrame(data={"a": [1, 1, 3], "b": [1, 2, 3]})

Expand Down

0 comments on commit 54afee6

Please sign in to comment.