Skip to content

Commit

Permalink
Removes FIXME that was addressed in a prior commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlratzel committed Sep 26, 2023
1 parent 8d7546e commit 5adefe8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci/test_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,5 @@ arch=$(uname -m)
if [[ "${arch}" == "aarch64" && ${RAPIDS_BUILD_TYPE} == "pull-request" ]]; then
python ./ci/wheel_smoke_test_${package_name}.py
else
# FIXME: TEMPORARILY disable single-GPU "MG" testing until
# https://github.com/rapidsai/cugraph/issues/3790 is closed
RAPIDS_DATASET_ROOT_DIR=`pwd`/datasets python -m pytest ./python/${package_name}/${python_package_name}/tests
fi

0 comments on commit 5adefe8

Please sign in to comment.