From 9b0c1dfcd6bfc956bd6598179f7e0287879ae3a2 Mon Sep 17 00:00:00 2001 From: Jay Chia Date: Thu, 19 Dec 2024 16:44:21 +0800 Subject: [PATCH] Skip test --- tests/io/test_split_scan_tasks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/io/test_split_scan_tasks.py b/tests/io/test_split_scan_tasks.py index 86990678b3..025bcaa269 100644 --- a/tests/io/test_split_scan_tasks.py +++ b/tests/io/test_split_scan_tasks.py @@ -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