Skip to content

Commit

Permalink
Mark tests as slow
Browse files Browse the repository at this point in the history
  • Loading branch information
adamreeve committed Jun 23, 2024
1 parent 154dc79 commit 339c0ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions py-polars/tests/unit/io/test_parquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -1117,6 +1117,7 @@ def test_parquet_statistics_uint64_16683() -> None:
assert statistics.max == u64_max


@pytest.mark.slow()
@pytest.mark.parametrize("nullable", [True, False])
def test_read_byte_stream_split(nullable: bool) -> None:
rng = np.random.default_rng(123)
Expand Down Expand Up @@ -1148,6 +1149,7 @@ def test_read_byte_stream_split(nullable: bool) -> None:
assert_frame_equal(read, df)


@pytest.mark.slow()
@pytest.mark.parametrize("rows_nullable", [True, False])
@pytest.mark.parametrize("item_nullable", [True, False])
def test_read_byte_stream_split_arrays(
Expand Down

0 comments on commit 339c0ce

Please sign in to comment.