From 1f1cace91e9b97c11dc6d57026360c3a0a919676 Mon Sep 17 00:00:00 2001 From: Chuck Hastings <45364586+ChuckHastings@users.noreply.github.com> Date: Tue, 26 Nov 2024 13:00:37 -0500 Subject: [PATCH] Re-enable balanced edge cut test (#4781) Depends on https://github.com/rapidsai/raft/pull/2507 We disabled the test because it was failing and blocking everything in CI. The above raft PR reverts a change in raft that appears to be causing this failure. Once it is merged we can merge this to enable the test again. Closes #4777 Authors: - Chuck Hastings (https://github.com/ChuckHastings) Approvers: - Bradley Dice (https://github.com/bdice) - Seunghwa Kang (https://github.com/seunghwak) URL: https://github.com/rapidsai/cugraph/pull/4781 --- cpp/tests/community/balanced_edge_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/tests/community/balanced_edge_test.cpp b/cpp/tests/community/balanced_edge_test.cpp index 614a4ee4190..c4488dc9b9e 100644 --- a/cpp/tests/community/balanced_edge_test.cpp +++ b/cpp/tests/community/balanced_edge_test.cpp @@ -15,7 +15,7 @@ #include #include -TEST(balanced_edge, DISABLED_success) +TEST(balanced_edge, success) { std::vector off_h = {0, 16, 25, 35, 41, 44, 48, 52, 56, 61, 63, 66, 67, 69, 74, 76, 78, 80, 82, 84, 87, 89, 91, 93,