Skip to content

Commit

Permalink
ARROW-15720: [CI] Fix nightly dask build (skip failing test due to wr…
Browse files Browse the repository at this point in the history
…ong usage of Array.to_pandas)

Closes apache#12455 from jorisvandenbossche/dask-failure

Authored-by: Joris Van den Bossche <[email protected]>
Signed-off-by: Yibo Cai <[email protected]>
  • Loading branch information
jorisvandenbossche authored and cyb70289 committed Feb 18, 2022
1 parent 7d16a78 commit dea502d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/scripts/integration_dask.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ python -c "import dask.dataframe"
pytest -v --pyargs dask.dataframe.tests.test_dataframe -k "not test_dataframe_picklable and not test_describe_empty"
pytest -v --pyargs dask.dataframe.io.tests.test_orc
# skip failing parquet tests, see https://github.com/dask/dask/issues/6243
# test_pandas_timestamp_overflow_pyarrow is skipped because of ARROW-15720 - can be removed once 2022.02.1 is out
pytest -v --pyargs dask.dataframe.io.tests.test_parquet \
-k "not test_to_parquet_pyarrow_w_inconsistent_schema_by_partition_fails_by_default and not test_timeseries_nulls_in_schema"
-k "not test_to_parquet_pyarrow_w_inconsistent_schema_by_partition_fails_by_default and not test_timeseries_nulls_in_schema and not test_pandas_timestamp_overflow_pyarrow"

0 comments on commit dea502d

Please sign in to comment.