From 9eae9c20350ad5b133bdfd63d27a2029a5734a79 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Thu, 18 Jul 2024 13:47:51 +0300 Subject: [PATCH] diffoscope: disable another broken test --- pkgs/tools/misc/diffoscope/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/tools/misc/diffoscope/default.nix b/pkgs/tools/misc/diffoscope/default.nix index d2f3360180b4..855563ac87df 100644 --- a/pkgs/tools/misc/diffoscope/default.nix +++ b/pkgs/tools/misc/diffoscope/default.nix @@ -267,6 +267,8 @@ python.pkgs.buildPythonApplication rec { # Fails because it fails to determine llvm version "test_item3_deflate_llvm_bitcode" + # Fails ever since an update to imagemagick + "test_has_visuals" ] ++ lib.optionals stdenv.isDarwin [ # Disable flaky tests on Darwin "test_non_unicode_filename"