Skip to content

Commit

Permalink
test(python): skip failing test until #5177 is resolved (#5205)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Oct 14, 2022
1 parent b497bbb commit 5e60fc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py-polars/tests/unit/test_df.py
Original file line number Diff line number Diff line change
Expand Up @@ -2395,6 +2395,7 @@ def test_union_with_aliases_4770() -> None:
assert lf.collect()["x"].to_list() == [1, 3, 4]


@pytest.mark.skip(reason="locale issues, see #5177")
def test_init_with_timezone() -> None:
for tu in DTYPE_TEMPORAL_UNITS | frozenset([None]):
df = pl.DataFrame(
Expand Down

0 comments on commit 5e60fc5

Please sign in to comment.