diff --git a/scripts/ci-opencv.sh b/scripts/ci-opencv.sh index 00ab6b07b78646ed827f49c1e0639bbdd868770a..a11bc2370f2eb5653e71dd70d5e9f0b5e5f5890d 100755 --- a/scripts/ci-opencv.sh +++ b/scripts/ci-opencv.sh @@ -40,6 +40,7 @@ IMGPROC_TEST_PATTERNS=( '*Imgproc_ColorRGB*' '*Imgproc_ColorYUV*' '*Imgproc_cvtColor_BE.COLOR_YUV*' + '*Imgproc_cvtColor_BE.COLOR_RGB2YUV' '*Imgproc_Threshold*' '*Imgproc_Morphology*' '*Imgproc_GaussianBlur*'