diff --git a/pkgs/development/libraries/opencv/tests.nix b/pkgs/development/libraries/opencv/tests.nix index 4499b72aa31e..e6d3d88f65f3 100644 --- a/pkgs/development/libraries/opencv/tests.nix +++ b/pkgs/development/libraries/opencv/tests.nix @@ -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"