opencv.tests: disable calib3d due to excessive runtime
This commit is contained in:
committed by
Martin Weinelt
parent
edec19b63d
commit
742317f130
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user