Skip to content

Commit

Permalink
uncommment test
Browse files Browse the repository at this point in the history
  • Loading branch information
jnke2016 committed Jan 31, 2024
1 parent 7db4a10 commit b3077cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/cugraph/cugraph/tests/structure/test_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,6 @@ def test_consolidation(graph_file):
cluster.close()


"""
# Test
@pytest.mark.sg
@pytest.mark.parametrize("graph_file", utils.DATASETS_SMALL)
Expand All @@ -432,7 +431,6 @@ def test_two_hop_neighbors(graph_file):

find_two_paths(df, Mcsr)
check_all_two_hops(df, Mcsr)
"""


# Test
Expand Down

0 comments on commit b3077cf

Please sign in to comment.