ocl: disabled test for Split (there are problems with OutputArray and getMatRef)

This commit is contained in:
Alexander Alekhin 2013-12-11 16:46:08 +04:00
parent 91fc0c3bc3
commit 3bbf51fbfb

View File

@ -198,7 +198,7 @@ PARAM_TEST_CASE(SplitTestBase, MatType, Channels, bool)
typedef SplitTestBase Split;
OCL_TEST_P(Split, Accuracy)
OCL_TEST_P(Split, DISABLED_Accuracy)
{
for (int j = 0; j < test_loop_times; j++)
{