From 9d47270e58ebd215223c94ba365df6d22a7a4a16 Mon Sep 17 00:00:00 2001 From: Mark Horvath Date: Mon, 7 Oct 2024 14:23:23 +0000 Subject: [PATCH] Skip OpenCV's OpenCL tests for compare Those tests only useful to test the OpenCL backend. --- scripts/ci-opencv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci-opencv.sh b/scripts/ci-opencv.sh index 75adccf1f..082fcb922 100755 --- a/scripts/ci-opencv.sh +++ b/scripts/ci-opencv.sh @@ -68,7 +68,7 @@ CORE_TEST_PATTERNS=( '*Core_MinMaxIdx*' '*Core_minMaxIdx*' '*Core_Array*' - '*Compare*' + 'Compare*' '*Core_InRange/*' ) CORE_TEST_PATTERNS_STR="$(join_strings_with_colon "${CORE_TEST_PATTERNS[*]}")" -- GitLab