Skip to content

Commit 4f06b9e

Browse files
committed
add slow tag
1 parent b50a82a commit 4f06b9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py-polars/tests/unit/io/test_parquet.py

+1
Original file line numberDiff line numberDiff line change
@@ -894,6 +894,7 @@ def test_no_glob_windows(tmp_path: Path) -> None:
894894
assert_frame_equal(pl.scan_parquet(str(p1), glob=False).collect(), df)
895895

896896

897+
@pytest.mark.slow()
897898
def test_hybrid_rle() -> None:
898899
df = pl.DataFrame(
899900
{

0 commit comments

Comments
 (0)