Commit bb7e9631 authored by Ilya Lavrenov's avatar Ilya Lavrenov

disabled cv::split perf test

parent 31e62517
...@@ -85,7 +85,7 @@ OCL_PERF_TEST_P(MergeFixture, Merge, ...@@ -85,7 +85,7 @@ OCL_PERF_TEST_P(MergeFixture, Merge,
typedef MergeParams SplitParams; typedef MergeParams SplitParams;
typedef TestBaseWithParam<SplitParams> SplitFixture; 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))) ::testing::Combine(OCL_TEST_SIZES, OCL_PERF_ENUM(CV_8U, CV_32F), Values(2, 3)))
{ {
const SplitParams params = GetParam(); const SplitParams params = 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