Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion python/cugraph/cugraph/tests/utils/test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
Loading