From 742317f130e775ecb49be4f810fd22bf9c0ab5b2 Mon Sep 17 00:00:00 2001 From: Luna Nova Date: Mon, 10 Nov 2025 11:23:17 -0800 Subject: [PATCH] opencv.tests: disable calib3d due to excessive runtime --- pkgs/development/libraries/opencv/tests.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"