Skip to content

Commit

Permalink
disable more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
coastalwhite committed Feb 18, 2025
1 parent 32af575 commit 88b87bd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions py-polars/tests/unit/io/test_multiscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,12 +253,12 @@ def test_multiscan_row_index(
reason="See https://github.com/pola-rs/polars/issues/21211"
),
),
pytest.param(
pl.scan_ndjson,
pl.DataFrame.write_ndjson,
"ndjson",
marks=pytest.mark.xfail(reason="NYI"),
),
# pytest.param(
# pl.scan_ndjson,
# pl.DataFrame.write_ndjson,
# "ndjson",
# marks=pytest.mark.xfail(reason="NYI"),
# ),
],
)
@pytest.mark.write_disk
Expand Down

0 comments on commit 88b87bd

Please sign in to comment.