Skip to content

Commit e892a38

Browse files
authored
[BUG] Disable flaky cpp test AnnIVFFlatTestF_half.AnnIVFFlat/21 (#1092)
Disable flaky `AnnIVFFlat` test. See #1091 for more details. Authors: - Julian Miller (https://github.com/julianmi) Approvers: - Tamas Bela Feher (https://github.com/tfeher) URL: #1092
1 parent 26ca5d2 commit e892a38

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cpp/tests/neighbors/ann_ivf_flat.cuh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2024, NVIDIA CORPORATION.
2+
* Copyright (c) 2024-2025, NVIDIA CORPORATION.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -561,7 +561,9 @@ const std::vector<AnnIvfFlatInputs<int64_t>> inputs = {
561561
{1000, 10000, 2049, 16, 40, 1024, cuvs::distance::DistanceType::CosineExpanded, false},
562562
{1000, 10000, 2050, 16, 40, 1024, cuvs::distance::DistanceType::InnerProduct, false},
563563
{1000, 10000, 2050, 16, 40, 1024, cuvs::distance::DistanceType::CosineExpanded, false},
564-
{1000, 10000, 2051, 16, 40, 1024, cuvs::distance::DistanceType::InnerProduct, true},
564+
// TODO: Re-enable test after adjusting parameters for higher recall. See
565+
// https://github.com/rapidsai/cuvs/issues/1091
566+
// {1000, 10000, 2051, 16, 40, 1024, cuvs::distance::DistanceType::InnerProduct, true},
565567
{1000, 10000, 2051, 16, 40, 1024, cuvs::distance::DistanceType::CosineExpanded, true},
566568
{1000, 10000, 2052, 16, 40, 1024, cuvs::distance::DistanceType::InnerProduct, false},
567569
{1000, 10000, 2052, 16, 40, 1024, cuvs::distance::DistanceType::CosineExpanded, false},

0 commit comments

Comments
 (0)