diff --git a/cpp/test/neighbors/ann_ivf_pq.cuh b/cpp/test/neighbors/ann_ivf_pq.cuh index 7192e7274..3a92b5e3d 100644 --- a/cpp/test/neighbors/ann_ivf_pq.cuh +++ b/cpp/test/neighbors/ann_ivf_pq.cuh @@ -379,7 +379,6 @@ class ivf_pq_test : public ::testing::TestWithParam { // Pack a few vectors back to the list. int row_offset = 5; int n_vec = 3; - ASSERT_TRUE(row_offset + n_vec < n_rows); if (static_cast(row_offset + n_vec) > n_rows) { RAFT_LOG_INFO( "Skipping IVF-PQ check_packing/pack test for label %u due to insufficient data (%u "