From c47e473c55f597524d52f34c33235edfc2016ecc Mon Sep 17 00:00:00 2001 From: Rick Ratzel Date: Tue, 30 Jan 2024 14:11:46 -0600 Subject: [PATCH] Temporarily disables cugraph sampling bulk samper IO tests due to unexplained hang in CI, updates comment. --- ci/test_python.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ci/test_python.sh b/ci/test_python.sh index 7eb5a08edc8..b7fc35c76c4 100755 --- a/ci/test_python.sh +++ b/ci/test_python.sh @@ -63,7 +63,8 @@ pytest \ tests popd -# FIXME: TEMPORARILY disable single-GPU "MG" testing +# FIXME: TEMPORARILY disable MG PropertyGraph tests (experimental) tests and +# bulk sampler IO tests (hangs in CI) rapids-logger "pytest cugraph" pushd python/cugraph/cugraph DASK_WORKER_DEVICES="0" \ @@ -79,7 +80,7 @@ pytest \ --cov=cugraph \ --cov-report=xml:"${RAPIDS_COVERAGE_DIR}/cugraph-coverage.xml" \ --cov-report=term \ - -k "not test_property_graph_mg" \ + -k "not test_property_graph_mg and not test_bulk_sampler_io" \ tests popd