mirror of
https://github.com/opencv/opencv.git
synced 2025-06-12 04:12:52 +08:00
this test is unstable (fails from time to time), let's disable it until fixed
This commit is contained in:
parent
2a1cf23fab
commit
9aa29373b4
@ -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(); }
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user