Commit 4f79b9de authored by Vladislav Vinogradov's avatar Vladislav Vinogradov Committed by Alexander Smorkalov

disable gpu Subtract_Array test:

possible bug in CPU version(cherry picked from commit 59155c1eefb6f22e362e34a8d73b31841eb3413a)
parent 397ac5e6
......@@ -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