Commit 742317f1 authored by Luna Nova's avatar Luna Nova Committed by Martin Weinelt
Browse files

opencv.tests: disable calib3d due to excessive runtime

parent edec19b6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"