This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new e1d7459bce GH-36666: [Python][CI] Re-enable skipped dask 
test_pandas_timestamp_overflow_pyarrow test (#38066)
e1d7459bce is described below

commit e1d7459bce3f10c941cec1665b15d3388cbe5adb
Author: Joris Van den Bossche <[email protected]>
AuthorDate: Fri Oct 6 10:07:54 2023 +0200

    GH-36666: [Python][CI] Re-enable skipped dask 
test_pandas_timestamp_overflow_pyarrow test (#38066)
    
    
    * Closes: #36666
    
    Authored-by: Joris Van den Bossche <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 ci/scripts/integration_dask.sh | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/ci/scripts/integration_dask.sh b/ci/scripts/integration_dask.sh
index 5b57fb486a..f91d21b921 100755
--- a/ci/scripts/integration_dask.sh
+++ b/ci/scripts/integration_dask.sh
@@ -34,10 +34,7 @@ python -c "import dask.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.
 pytest -v --pyargs dask.dataframe.io.tests.test_parquet \
-  -k "not test_pandas_timestamp_overflow_pyarrow" \
   -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

Reply via email to