opencv.tests: disable calib3d due to excessive runtime

This commit is contained in:
Luna Nova
2025-11-12 02:51:36 +01:00
committed by Martin Weinelt
parent edec19b63d
commit 742317f130
+2 -2
View File
@@ -49,7 +49,7 @@ runCommand "opencv4-tests"
inherit runAccuracyTests;
accuracyTestNames = [
"calib3d"
# "calib3d" # reached a month of CPU time without completing
"core"
"features2d"
"flann"
@@ -69,7 +69,7 @@ runCommand "opencv4-tests"
inherit runPerformanceTests;
performanceTestNames = [
"calib3d"
# "calib3d" # reached a month of CPU time without completing
"core"
"features2d"
"imgcodecs"