Skip to content

Commit

Permalink
Temporarily disables cugraph sampling bulk samper IO tests due to une…
Browse files Browse the repository at this point in the history
…xplained hang in CI, updates comment.
  • Loading branch information
rlratzel committed Jan 30, 2024
1 parent e5dabba commit c47e473
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/test_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand All @@ -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

Expand Down

0 comments on commit c47e473

Please sign in to comment.