this test is unstable (fails from time to time), let's disable it until fixed
authorAndrey Pavlenko <andrey.pavlenko@itseez.com>
Tue, 2 Apr 2013 07:39:26 +0000 (11:39 +0400)
committerAndrey Pavlenko <andrey.pavlenko@itseez.com>
Tue, 2 Apr 2013 07:39:26 +0000 (11:39 +0400)
modules/calib3d/test/test_solvepnp_ransac.cpp

index dc66c1d..3377a57 100644 (file)
@@ -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(); }