Ignore flaky test (#4799)

This commit is contained in:
Rushmore Mushambi 2024-09-17 15:09:40 +01:00 committed by GitHub
parent 7d7f3a20fa
commit 9f99488168
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -957,6 +957,7 @@ pub(super) mod tests {
}
#[test]
#[ignore]
// In HNSW we are maintaining a candidate list that requires both to know the first element
// and the last element of a set.
// There is two possible options.