From e77e13ae256226b1bdb17462df505f6fd1146b94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Cumplido?= Date: Thu, 13 Jul 2023 11:15:43 +0200 Subject: [PATCH] GH-36629: [CI][Python] Skip dask tests due to our non-nanosecond changes in arrow->pandas conversion (#36630) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Rationale for this change Due to the changes on #33321 a dask test started failing. ### What changes are included in this PR? Skip the test in the meantime ### Are these changes tested? Yes, with crossbow ### Are there any user-facing changes? No * Closes: #36629 Authored-by: Raúl Cumplido Signed-off-by: Joris Van den Bossche --- ci/scripts/integration_dask.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ci/scripts/integration_dask.sh b/ci/scripts/integration_dask.sh index eeaba715b6ae7..d1e2ecdc847f2 100755 --- a/ci/scripts/integration_dask.sh +++ b/ci/scripts/integration_dask.sh @@ -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