Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Jan 28, 2025
1 parent ac62820 commit 25d9056
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py-polars/tests/unit/operations/test_join.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def test_semi_anti_join() -> None:
}


@pytest.mark.may_fail_auto_streaming # flaky in CI, https://github.com/pola-rs/polars/issues/20943
def test_join_same_cat_src() -> None:
df = pl.DataFrame(
data={"column": ["a", "a", "b"], "more": [1, 2, 3]},
Expand Down

0 comments on commit 25d9056

Please sign in to comment.