Skip to content

Commit

Permalink
skip streaming
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Nov 8, 2024
1 parent 1be3aa1 commit 939e0e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions py-polars/tests/benchmark/test_with_columns.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
import time

import pytest

import polars as pl


# TODO: this is slow in streaming
@pytest.mark.may_fail_auto_streaming
def test_with_columns_quadratic_19503() -> None:
num_columns = 2000
data1 = {f"col_{i}": [0] for i in range(num_columns)}
Expand Down

0 comments on commit 939e0e6

Please sign in to comment.