mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 19:20:28 +08:00
disable gpu Subtract_Array test:
possible bug in CPU version
This commit is contained in:
parent
dbce90692a
commit
e91bf95d58
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user