Skip to content

Commit

Permalink
disabled cv::split perf test
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov committed Dec 27, 2013
1 parent 31e6251 commit bb7e963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/perf/opencl/perf_channels.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ OCL_PERF_TEST_P(MergeFixture, Merge,
typedef MergeParams SplitParams;
typedef TestBaseWithParam<SplitParams> 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();
Expand Down

0 comments on commit bb7e963

Please sign in to comment.