Skip to content

Commit

Permalink
Re-enable test. Depends on rapidsai/raft#2507
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHastings committed Nov 22, 2024
1 parent 5e19f4a commit 9a1ab8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/tests/community/balanced_edge_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <rmm/device_vector.hpp>
#include <rmm/exec_policy.hpp>

TEST(balanced_edge, DISABLED_success)
TEST(balanced_edge, success)
{
std::vector<int> 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,
Expand Down

0 comments on commit 9a1ab8e

Please sign in to comment.