Skip to content

Commit

Permalink
xfail some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt711 committed Feb 14, 2025
1 parent 1476087 commit 457e673
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/cudf_polars/cudf_polars/testing/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@ def pytest_configure(config: pytest.Config) -> None:
"tests/unit/test_cse.py::test_cse_predicate_self_join": "Debug output on stderr doesn't match",
"tests/unit/test_empty.py::test_empty_9137": "Mismatching dtypes, needs cudf#15852",
"tests/unit/test_errors.py::test_error_on_empty_group_by": "Incorrect exception raised",
"tests/unit/io/test_multiscan.py::test_include_file_paths[scan_parquet-write_parquet]": "Need to expose include_file_paths xref: cudf#18012",
"tests/unit/io/test_multiscan.py::test_include_file_paths[scan_csv-write_csv]": "Need to expose include_file_paths xref: cudf#18012",
"tests/unit/streaming/test_streaming_io.py::test_parquet_eq_statistics[False]": "Debug output on stderr doesn't match",
# Maybe flaky, order-dependent?
"tests/unit/test_projections.py::test_schema_full_outer_join_projection_pd_13287": "Order-specific result check, query is correct but in different order",
"tests/unit/test_queries.py::test_group_by_agg_equals_zero_3535": "libcudf sums all nulls to null, not zero",
Expand Down

0 comments on commit 457e673

Please sign in to comment.