1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00

Fail Java test suite, execution, if one of test failed.

This commit is contained in:
Alexander Smorkalov
2023-09-29 13:52:31 +03:00
parent b8d4ac589d
commit 2af5815d47
2 changed files with 5 additions and 4 deletions
+3 -3
View File
@@ -962,9 +962,9 @@ public class CoreTest extends OpenCVTestCase {
assertEquals(0.0, d);
d = Core.Mahalanobis(line1, line2, covar);
assertTrue(d > 0.0);
// Bug: https://github.com/opencv/opencv/issues/24348
// d = Core.Mahalanobis(line1, line2, covar);
// assertTrue(d > 0.0);
}
public void testMax() {