Commit e91bf95d authored by Vladislav Vinogradov's avatar Vladislav Vinogradov

disable gpu Subtract_Array test:

possible bug in CPU version
parent dbce9069
......@@ -422,7 +422,7 @@ PARAM_TEST_CASE(Subtract_Array, cv::gpu::DeviceInfo, cv::Size, std::pair<MatDept
}
};
GPU_TEST_P(Subtract_Array, Accuracy)
GPU_TEST_P(Subtract_Array, DISABLED_Accuracy)
{
cv::Mat mat1 = randomMat(size, stype);
cv::Mat mat2 = randomMat(size, stype);
......
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