Skip to content

Commit

Permalink
Skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Chia committed Dec 19, 2024
1 parent e811034 commit 9b0c1df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/io/test_split_scan_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def test_split_parquet_read(parquet_files):
assert df.to_pydict() == {"data": ["aaa"] * 100}


@pytest.mark.skip(reason="Not implemented yet")
def test_split_parquet_read_some_splits(tmpdir):
with daft.execution_config_ctx(scantask_splitting_level=2):
# Write a mix of 20 large and 20 small files
Expand Down

0 comments on commit 9b0c1df

Please sign in to comment.