Skip to content

Commit

Permalink
Update ci/cudf_pandas_scripts/third-party-integration/test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar authored Feb 9, 2025
1 parent 9e1d63c commit 717ac83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/cudf_pandas_scripts/third-party-integration/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ main() {
trap "EXITCODE=1" ERR
set +e

TEST_DIR=${TEST_DIR} NUM_PROCESSES=${NUM_PROCESSES} ci/cudf_pandas_scripts/third-party-integration/run-library-tests.sh "${lib}" --ignore=test_stumpy_distributed.py
TEST_DIR=${TEST_DIR} NUM_PROCESSES=${NUM_PROCESSES} ci/cudf_pandas_scripts/third-party-integration/run-library-tests.sh "${lib}"

set -e
rapids-logger "Test script exiting with value: ${EXITCODE}"
Expand Down

0 comments on commit 717ac83

Please sign in to comment.