1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Disable crashing ocl tests

This commit is contained in:
Andrey Kamaev
2013-03-18 02:32:20 +04:00
parent 7b8ad4cb04
commit 77ad07adf3
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ PARAM_TEST_CASE(MatchTemplate8U, cv::Size, TemplateSize, Channels, TemplateMetho
}
};
TEST_P(MatchTemplate8U, Accuracy)
TEST_P(MatchTemplate8U, DISABLED_Accuracy)
{
std::cout << "Method: " << TEMPLATE_METHOD_NAMES[method] << std::endl;