Skip to content

Commit

Permalink
also skip the xfail ones
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Aug 23, 2023
1 parent 604b70c commit 950934a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/integration_dask.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ pytest -v --pyargs dask.dataframe.io.tests.test_orc
# 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" \
-m "not skip_with_pyarrow_strings"
-m "not skip_with_pyarrow_strings and not xfail_with_pyarrow_strings"
# this file contains parquet tests that use S3 filesystem
pytest -v --pyargs dask.bytes.tests.test_s3

0 comments on commit 950934a

Please sign in to comment.