1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

perf: ignore _ovx tests

This commit is contained in:
Alexander Alekhin
2019-03-06 15:52:23 +03:00
parent d2f70f61aa
commit d5a2fe5180
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ PERF_TEST_P(Size_MatType, pyrDown, testing::Combine(
SANITY_CHECK(dst, eps, error_type);
}
PERF_TEST_P(Size_MatType, pyrDown_ovx, testing::Combine(
PERF_TEST_P(Size_MatType, DISABLED_pyrDown_ovx, testing::Combine(
testing::Values(sz1080p, sz720p, szVGA, szQVGA, szODD),
testing::Values(CV_8UC1, CV_8UC3, CV_8UC4, CV_16SC1, CV_16SC3, CV_16SC4, CV_32FC1, CV_32FC3, CV_32FC4)
)