Commit 3bbf51fb authored by Alexander Alekhin's avatar Alexander Alekhin

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

parent 91fc0c3b
...@@ -198,7 +198,7 @@ PARAM_TEST_CASE(SplitTestBase, MatType, Channels, bool) ...@@ -198,7 +198,7 @@ PARAM_TEST_CASE(SplitTestBase, MatType, Channels, bool)
typedef SplitTestBase Split; typedef SplitTestBase Split;
OCL_TEST_P(Split, Accuracy) OCL_TEST_P(Split, DISABLED_Accuracy)
{ {
for (int j = 0; j < test_loop_times; j++) for (int j = 0; j < test_loop_times; j++)
{ {
......
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