diff --git a/ci/test_wheel.sh b/ci/test_wheel.sh index 896f2608a8..96615dc9a0 100755 --- a/ci/test_wheel.sh +++ b/ci/test_wheel.sh @@ -39,13 +39,9 @@ rapids-logger "pytest cuml single GPU" -k 'test_sparse_pca_inputs' \ --junitxml="${RAPIDS_TESTS_DIR}/junit-cuml-sparse-pca.xml" -# Temporarily disabled for CUDA 12.x wheels. -# Reference issue: https://github.com/rapidsai/cuml/issues/6050 -if [[ "${RAPIDS_PY_CUDA_SUFFIX}" == "cu11" ]]; then - rapids-logger "pytest cuml-dask" - ./ci/run_cuml_dask_pytests.sh \ - --junitxml="${RAPIDS_TESTS_DIR}/junit-cuml-dask.xml" -fi +rapids-logger "pytest cuml-dask" +./ci/run_cuml_dask_pytests.sh \ + --junitxml="${RAPIDS_TESTS_DIR}/junit-cuml-dask.xml" rapids-logger "Test script exiting with value: $EXITCODE" exit ${EXITCODE}