diff --git a/modules/photo/test/test_hdr.cpp b/modules/photo/test/test_hdr.cpp index 9922a01fff..8f11a4729a 100644 --- a/modules/photo/test/test_hdr.cpp +++ b/modules/photo/test/test_hdr.cpp @@ -286,11 +286,7 @@ TEST(Photo_CalibrateDebevec, regression) diff = diff.mul(1.0f / response); double max; minMaxLoc(diff, NULL, &max); -#if defined(__arm__) || defined(__aarch64__) ASSERT_LT(max, 0.25); -#else - ASSERT_LT(max, 0.15); -#endif } TEST(Photo_CalibrateRobertson, regression)