Skip to content

Commit

Permalink
Disable UCXX tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Nov 20, 2024
1 parent 9e7a926 commit 6b90fd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/test_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ timeout 90m pytest \
--cov=dask_cuda \
--cov-report=xml:"${RAPIDS_COVERAGE_DIR}/dask-cuda-coverage.xml" \
--cov-report=term \
tests
tests -k "not ucxx"
popd

rapids-logger "pytest explicit-comms (legacy dd)"
Expand All @@ -83,7 +83,7 @@ timeout 60m pytest \
--cov=dask_cuda \
--cov-report=xml:"${RAPIDS_COVERAGE_DIR}/dask-cuda-coverage-legacy.xml" \
--cov-report=term \
tests/test_explicit_comms.py
tests/test_explicit_comms.py -k "not ucxx"
popd

rapids-logger "Run local benchmark (dask-expr)"
Expand Down

0 comments on commit 6b90fd9

Please sign in to comment.