From: Ilya Lavrenov Date: Fri, 27 Dec 2013 17:57:20 +0000 (+0400) Subject: disabled cv::split perf test X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~3591^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bb7e96311ea9dce813c561c762a82a54403adf4d;p=platform%2Fupstream%2Fopencv.git disabled cv::split perf test --- diff --git a/modules/core/perf/opencl/perf_channels.cpp b/modules/core/perf/opencl/perf_channels.cpp index f2a0d68..958bb73 100644 --- a/modules/core/perf/opencl/perf_channels.cpp +++ b/modules/core/perf/opencl/perf_channels.cpp @@ -85,7 +85,7 @@ OCL_PERF_TEST_P(MergeFixture, Merge, typedef MergeParams SplitParams; typedef TestBaseWithParam SplitFixture; -OCL_PERF_TEST_P(SplitFixture, Split, +OCL_PERF_TEST_P(SplitFixture, DISABLED_Split, ::testing::Combine(OCL_TEST_SIZES, OCL_PERF_ENUM(CV_8U, CV_32F), Values(2, 3))) { const SplitParams params = GetParam();