Commit 585f3bc3 authored by Andrey Kamaev's avatar Andrey Kamaev

Disable perf test for unstable solvePnPRansac

parent b45a870d
......@@ -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();
......
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