Commit 9aa29373 authored by Andrey Pavlenko's avatar Andrey Pavlenko

this test is unstable (fails from time to time), let's disable it until fixed

parent 2a1cf23f
...@@ -236,7 +236,7 @@ protected: ...@@ -236,7 +236,7 @@ protected:
} }
}; };
TEST(Calib3d_SolvePnPRansac, accuracy) { CV_solvePnPRansac_Test test; test.safe_run(); } TEST(DISABLED_Calib3d_SolvePnPRansac, accuracy) { CV_solvePnPRansac_Test test; test.safe_run(); }
TEST(Calib3d_SolvePnP, accuracy) { CV_solvePnP_Test test; test.safe_run(); } TEST(Calib3d_SolvePnP, accuracy) { CV_solvePnP_Test test; test.safe_run(); }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment