From d8cdbe829819d2ed0c714319e889f716203e99b7 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Fri, 16 Sep 2022 03:29:18 +0200 Subject: git: Disable tests that fail on ZFS with formD normalization These two tests are regularly creating problems for my hydra instance, because its builders run on ZFS and that makes them fail consistently. The issue has something to do with unicode normalization. My pools have formD normalization configured, that might be the culprit in this case. Closes: #185882 --- pkgs/applications/version-management/git-and-tools/git/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/applications/version-management/git-and-tools/git/default.nix b/pkgs/applications/version-management/git-and-tools/git/default.nix index 95327f31ddc..135fac65724 100644 --- a/pkgs/applications/version-management/git-and-tools/git/default.nix +++ b/pkgs/applications/version-management/git-and-tools/git/default.nix @@ -339,6 +339,10 @@ stdenv.mkDerivation (finalAttrs: { disable_test t5319-multi-pack-index disable_test t6421-merge-partial-clone + # Fails reproducibly on ZFS on Linux with formD normalization + disable_test t0021-conversion + disable_test t3910-mac-os-precompose + ${lib.optionalString (!perlSupport) '' # request-pull is a Bash script that invokes Perl, so it is not available # when NO_PERL=1, and the test should be skipped, but the test suite does -- cgit 1.4.1