Skip to content

Commit

Permalink
Merge branch 'test' of https://github.com/galipremsagar/cudf into test
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar committed Sep 18, 2024
2 parents 91b03c6 + 35d6a3a commit 1f1f77c
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 @@ -138,7 +138,7 @@ and not test_array_tz \
and not test_groupby_raises_category"

# TODO: Remove "not db" once a postgres & mysql container is set up on the CI
PANDAS_CI="1" timeout 90m python -m pytest -p cudf.pandas \
PANDAS_CI="1" timeout 900m 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 1f1f77c

Please sign in to comment.