mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 19:50:38 +08:00
disabled cv::split perf test
This commit is contained in:
parent
31e6251793
commit
bb7e96311e
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user