Skip to content

Commit

Permalink
apacheGH-36629: [CI][Python] Skip dask tests due to our non-nanosecon…
Browse files Browse the repository at this point in the history
…d changes in arrow->pandas conversion
  • Loading branch information
raulcd committed Jul 12, 2023
1 parent 366dbe1 commit 6364629
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ci/scripts/integration_dask.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ python -c "import dask.dataframe"

pytest -v --pyargs dask.dataframe.tests.test_dataframe
pytest -v --pyargs dask.dataframe.io.tests.test_orc
pytest -v --pyargs dask.dataframe.io.tests.test_parquet
# skip failing parquet tests
# test_pandas_timestamp_overflow_pyarrow is skipped because of GH-33321.
pytest -v --pyargs dask.dataframe.io.tests.test_parquet \
-k "not test_pandas_timestamp_overflow_pyarrow"
# this file contains parquet tests that use S3 filesystem
pytest -v --pyargs dask.bytes.tests.test_s3

0 comments on commit 6364629

Please sign in to comment.