Skip to content

Commit

Permalink
Remove skip on unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrumiller committed Mar 26, 2024
1 parent 098e7c1 commit 5ba3a3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion py-polars/tests/unit/operations/test_clear.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def test_clear_lf() -> None:
assert ldfe.collect().rows() == [(None, None, None), (None, None, None)]


@pytest.mark.skip("Currently bugged: https://github.com/pola-rs/polars/issues/15303")
def test_clear_series_object_starting_with_null() -> None:
s = pl.Series([None, object()])

Expand Down

0 comments on commit 5ba3a3b

Please sign in to comment.