From 585f3bc3919132eba4e46c704eaed12158d59037 Mon Sep 17 00:00:00 2001 From: Andrey Kamaev Date: Tue, 23 Oct 2012 12:13:39 +0400 Subject: [PATCH] Disable perf test for unstable solvePnPRansac --- modules/calib3d/perf/perf_pnp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/calib3d/perf/perf_pnp.cpp b/modules/calib3d/perf/perf_pnp.cpp index b32b96cae2..44d390ef77 100644 --- a/modules/calib3d/perf/perf_pnp.cpp +++ b/modules/calib3d/perf/perf_pnp.cpp @@ -96,7 +96,7 @@ PERF_TEST(PointsNum_Algo, solveP3P) SANITY_CHECK(tvec, 1e-6); } -PERF_TEST_P(PointsNum, SolvePnPRansac, testing::Values(4, 3*9, 7*13)) +PERF_TEST_P(PointsNum, DISABLED_SolvePnPRansac, testing::Values(4, 3*9, 7*13)) { int count = GetParam();