Skip to content

Commit

Permalink
skip timing based test that is not yet supported
Browse files Browse the repository at this point in the history
  • Loading branch information
orlp committed Oct 23, 2024
1 parent c3f67b0 commit dde43a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py-polars/tests/unit/streaming/test_streaming.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def test_streaming_streamable_functions(monkeypatch: Any, capfd: Any) -> None:


@pytest.mark.slow
@pytest.mark.may_fail_auto_streaming
def test_cross_join_stack() -> None:
a = pl.Series(np.arange(100_000)).to_frame().lazy()
t0 = time.time()
Expand Down

0 comments on commit dde43a9

Please sign in to comment.