Skip to content

Commit

Permalink
Skip CAPI_LEGACY_SPECTRAL_TEST entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Feb 14, 2024
1 parent 52ae751 commit 98ce676
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions cpp/tests/c_api/legacy_spectral_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
#include <cugraph_c/algorithms.h>
#include <cugraph_c/graph.h>

#include <gtest/gtest.h>

#include <math.h>

typedef int32_t vertex_t;
Expand Down Expand Up @@ -271,10 +269,6 @@ int test_spectral()

int test_balanced_cut_unequal_weight()
{
// This test is skipped due to a bug in cuSparse 12.2 that affects RAFT.
// See https://github.com/rapidsai/cugraph/issues/4173
// See https://github.com/rapidsai/raft/issues/2186
GTEST_SKIP();
size_t num_clusters = 2;
size_t num_eigenvectors = 2;
size_t num_edges = 14;
Expand Down Expand Up @@ -313,10 +307,6 @@ int test_balanced_cut_unequal_weight()

int test_balanced_cut_equal_weight()
{
// This test is skipped due to a bug in cuSparse 12.2 that affects RAFT.
// See https://github.com/rapidsai/cugraph/issues/4173
// See https://github.com/rapidsai/raft/issues/2186
GTEST_SKIP();
size_t num_clusters = 2;
size_t num_eigenvectors = 2;
size_t num_edges = 14;
Expand Down Expand Up @@ -355,10 +345,6 @@ int test_balanced_cut_equal_weight()

int test_balanced_cut_no_weight()
{
// This test is skipped due to a bug in cuSparse 12.2 that affects RAFT.
// See https://github.com/rapidsai/cugraph/issues/4173
// See https://github.com/rapidsai/raft/issues/2186
GTEST_SKIP();
size_t num_clusters = 2;
size_t num_eigenvectors = 2;
size_t num_edges = 14;
Expand Down

0 comments on commit 98ce676

Please sign in to comment.