diff --git a/python/nx-cugraph/nx_cugraph/interface.py b/python/nx-cugraph/nx_cugraph/interface.py index c53e2678a43..f03948828f6 100644 --- a/python/nx-cugraph/nx_cugraph/interface.py +++ b/python/nx-cugraph/nx_cugraph/interface.py @@ -68,9 +68,6 @@ def key(testpath): no_string_dtype = "string edge values not currently supported" xfail = { - key( - "test_eigenvector_centrality.py:TestEigenvectorCentrality.test_P3" - ): "Power iteration failed (don't know why; networkx converges in 8 steps)", key( "test_hits.py:TestHITS.test_hits_not_convergent" ): "HITS doesn't raise after failing to converge after max_iter iterations",