Skip to content

Commit

Permalink
skip streaming
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Oct 6, 2024
1 parent fb16ba4 commit 8a2d5e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py-polars/tests/unit/dataframe/test_shape.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import polars as pl


@pytest.mark.may_fail_auto_streaming
def test_raise_invalid_shape_19108() -> None:
df = pl.DataFrame({"foo": [1, 2], "bar": [3, 4]})
with pytest.raises(pl.exceptions.ShapeError):
Expand Down

0 comments on commit 8a2d5e9

Please sign in to comment.