Skip to content

Commit

Permalink
GH-37307: [Python][CI] Manually skip tests with skip_with_pyarrow_str…
Browse files Browse the repository at this point in the history
…ings marker for nightly dask integration tests
  • Loading branch information
jorisvandenbossche committed Aug 23, 2023
1 parent 9ecd0f2 commit 393ad32
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 @@ -31,7 +31,8 @@ python -c "import dask.dataframe"
# pytest -sv --pyargs dask.bytes.tests.test_hdfs
# pytest -sv --pyargs dask.bytes.tests.test_local

pytest -v --pyargs dask.dataframe.tests.test_dataframe
# The "skip_with_pyarrow_strings" marker is meant to skip automatically, but that doesn't work with --pyargs, so de-selecting manually
pytest -v --pyargs dask.dataframe.tests.test_dataframe -m "not skip_with_pyarrow_strings"
pytest -v --pyargs dask.dataframe.io.tests.test_orc
# skip failing parquet tests
# test_pandas_timestamp_overflow_pyarrow is skipped because of GH-33321.
Expand Down

0 comments on commit 393ad32

Please sign in to comment.