From 6b90fd90e73f52a8348a30710e9acc5cb4297fa5 Mon Sep 17 00:00:00 2001 From: Peter Andreas Entschev Date: Wed, 20 Nov 2024 08:16:10 -0800 Subject: [PATCH] Disable UCXX tests in CI --- ci/test_python.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/test_python.sh b/ci/test_python.sh index 18dd88cf..319efef2 100755 --- a/ci/test_python.sh +++ b/ci/test_python.sh @@ -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)" @@ -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)"