summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Brandes <florian.brandes@posteo.de>2023-04-20 13:03:14 +0200
committerFlorian Brandes <florian.brandes@posteo.de>2023-04-20 13:03:14 +0200
commit26ff9ddecaa2dd7419a438df4a46a27eb484d4be (patch)
treefc661819a7b06b18716e5f8620fb029239e59264
parent12ab363306168c16ae93369dba09cb314ab17f3e (diff)
downloadnixpkgs-26ff9ddecaa2dd7419a438df4a46a27eb484d4be.tar
nixpkgs-26ff9ddecaa2dd7419a438df4a46a27eb484d4be.tar.gz
nixpkgs-26ff9ddecaa2dd7419a438df4a46a27eb484d4be.tar.bz2
nixpkgs-26ff9ddecaa2dd7419a438df4a46a27eb484d4be.tar.lz
nixpkgs-26ff9ddecaa2dd7419a438df4a46a27eb484d4be.tar.xz
nixpkgs-26ff9ddecaa2dd7419a438df4a46a27eb484d4be.tar.zst
nixpkgs-26ff9ddecaa2dd7419a438df4a46a27eb484d4be.zip
gscan2pdf: disable failing test
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
-rw-r--r--pkgs/applications/graphics/gscan2pdf/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/gscan2pdf/default.nix b/pkgs/applications/graphics/gscan2pdf/default.nix
index d3323a827ce..78f25a0df3a 100644
--- a/pkgs/applications/graphics/gscan2pdf/default.nix
+++ b/pkgs/applications/graphics/gscan2pdf/default.nix
@@ -130,6 +130,12 @@ perlPackages.buildPerlPackage rec {
     #   Non-zero wait status: 139
     rm t/0601_Dialog_Scan.t
 
+    # Disable a test which failed due to convert returning an exit value of 1
+    # convert: negative or zero image size `/build/KL5kTVnNCi/YfgegFM53e.pnm' @ error/resize.c/ResizeImage/3743.
+    # *** unhandled exception in callback:
+    # ***   "convert" unexpectedly returned exit value 1 at t/357_unpaper_rtl.t line 63.
+    rm t/357_unpaper_rtl.t
+
     xvfb-run -s '-screen 0 800x600x24' \
       make test
   '';