Skip to content

Commit 81428db

Browse files
authored
[Java] Disable flaky test testFloatSerialization (#1503)
This commit disables a flaky test `CagraBuildAndSearchIT.testFloatSerialization`, to reduce churn in CI pipelines. The test fails occasionally (e.g. with `tests.seed=42FC5CC6B4C6BA8E`), producing similar crashes to those listed in #1467. The root cause is likely to be the same. This test will be re-enabled once #1467 is resolved. Authors: - MithunR (https://github.com/mythrocks) Approvers: - Ben Frederickson (https://github.com/benfred) URL: #1503
1 parent eb4647e commit 81428db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/cuvs-java/src/test/java/com/nvidia/cuvs/CagraBuildAndSearchIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ private void testIndexing(Supplier<CuVSMatrix> matrixFactory) throws Exception {
246246
}
247247
}
248248

249+
@Ignore // https://github.com/rapidsai/cuvs/issues/1467
249250
@Test
250251
public void testFloatSerialization() throws Throwable {
251252
testSerialization(

0 commit comments

Comments
 (0)