Skip to content

Commit 7b33bca

Browse files
committed
fixing integration test
1 parent cd79cff commit 7b33bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

similarity_search/test/test_integr_util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ size_t RunTestExper(const vector<MethodTestCase>& vTestCases,
549549
}
550550
}
551551

552-
return nFail + 0 == (RandomInt() % 10);
552+
return nFail;
553553
}
554554

555555
// Returns the number of failures of the last attempt

0 commit comments

Comments
 (0)