From bb7e96311ea9dce813c561c762a82a54403adf4d Mon Sep 17 00:00:00 2001 From: Ilya Lavrenov Date: Fri, 27 Dec 2013 21:57:20 +0400 Subject: [PATCH] disabled cv::split perf test --- modules/core/perf/opencl/perf_channels.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.7.4