From 1730edbd5218783930ce0da23f3b8697a6164d36 Mon Sep 17 00:00:00 2001 From: Rick Ratzel <3039903+rlratzel@users.noreply.github.com> Date: Fri, 15 May 2026 14:34:09 -0500 Subject: [PATCH] Re-enable test_benchmarking_datasets test (#5504) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary - Removes `@pytest.mark.skip` from `test_benchmarking_datasets`, re-enabling the test that was previously disabled due to incorrect expected node counts ## Test plan - [ ] Verify `test_benchmarking_datasets` passes in CI 🤖 Generated with [Claude Code](https://claude.com/claude-code) Authors: - Rick Ratzel (https://github.com/rlratzel) Approvers: - Alex Barghi (https://github.com/alexbarghi-nv) URL: https://github.com/rapidsai/cugraph/pull/5504 --- python/cugraph/cugraph/tests/utils/test_dataset.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/cugraph/cugraph/tests/utils/test_dataset.py b/python/cugraph/cugraph/tests/utils/test_dataset.py index 811ef3c95b..1553f13a3a 100644 --- a/python/cugraph/cugraph/tests/utils/test_dataset.py +++ b/python/cugraph/cugraph/tests/utils/test_dataset.py @@ -393,7 +393,6 @@ def test_is_multigraph(dataset): # The datasets used for benchmarks are in their own test, since downloading them # repeatedly would increase testing overhead significantly @pytest.mark.parametrize("dataset", BENCHMARKING_DATASETS) -@pytest.mark.skip("Failing in CI due to incorrect expected node counts") def test_benchmarking_datasets(dataset): dataset_is_directed = dataset.metadata["is_directed"] G = dataset.get_graph(