Skip to content

Commit

Permalink
Update run-pandas-tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar authored Apr 12, 2024
1 parent 9891545 commit e3dc345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/pandas/scripts/run-pandas-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ and not test_s3_roundtrip_for_dir[partition_col1] \
and not test_s3_roundtrip"

# TODO: Remove "not db" once a postgres & mysql container is set up on the CI
PANDAS_CI="1" timeout 30m python -m pytest -p cudf.pandas \
PANDAS_CI="1" timeout 60m python -m pytest -p cudf.pandas \
-v -m "not single_cpu and not db" \
-k "not test_to_parquet_gcs_new_file and not test_qcut_nat and not test_add and not test_ismethods and $TEST_THAT_NEED_MOTO_SERVER" \
--import-mode=importlib \
Expand Down

0 comments on commit e3dc345

Please sign in to comment.