Skip to content

Commit

Permalink
Update python/cudf/cudf/pandas/scripts/run-pandas-tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar authored Jul 25, 2024
1 parent 89f50e9 commit 2de3886
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 @@ -137,7 +137,7 @@ and not test_eof_states \
and not test_array_tz"

# TODO: Remove "not db" once a postgres & mysql container is set up on the CI
PANDAS_CI="1" timeout 300m 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 "$TEST_THAT_NEED_MOTO_SERVER and $TEST_THAT_CRASH_PYTEST_WORKERS and not test_groupby_raises_category_on_category and not test_constructor_no_pandas_array and not test_is_monotonic_na and not test_index_contains and not test_index_contains and not test_frame_op_subclass_nonclass_constructor and not test_round_trip_current" \
--import-mode=importlib \
Expand Down

0 comments on commit 2de3886

Please sign in to comment.