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

pull/1889/head
Alexander Alekhin 11 years ago
parent 91fc0c3bc3
commit 3bbf51fbfb
  1. 2
      modules/core/test/ocl/test_split_merge.cpp

@ -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++)
{

Loading…
Cancel
Save