diff --git a/python/cudf/cudf/pandas/scripts/run-pandas-tests.sh b/python/cudf/cudf/pandas/scripts/run-pandas-tests.sh index f14490eee7d..2f6c4ac5b13 100755 --- a/python/cudf/cudf/pandas/scripts/run-pandas-tests.sh +++ b/python/cudf/cudf/pandas/scripts/run-pandas-tests.sh @@ -22,11 +22,7 @@ set -euo pipefail # of Pandas installed. PANDAS_VERSION=$(python -c "import pandas; print(pandas.__version__)") -PYTEST_IGNORES="--ignore=tests/interchange/test_impl.py \ ---ignore=tests/window/test_dtypes.py \ ---ignore=tests/window/test_numba.py \ ---ignore=tests/window \ ---ignore=tests/plotting \ +PYTEST_IGNORES="--ignore=tests/plotting \ --ignore=tests/tslibs/test_parsing.py \ --ignore=tests/io/parser/common/test_read_errors.py"