summary refs log tree commit diff
path: root/pkgs/applications/version-management/git-and-tools/git/default.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-09-16 03:29:18 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-09-17 04:35:20 +0200
commitd8cdbe829819d2ed0c714319e889f716203e99b7 (patch)
tree5964715f13be50bc758f75cbe31813779860b9a4 /pkgs/applications/version-management/git-and-tools/git/default.nix
parent4650511a9c1c2ab5e863db3f3dd42dd6f53b54dc (diff)
downloadnixpkgs-d8cdbe829819d2ed0c714319e889f716203e99b7.tar
nixpkgs-d8cdbe829819d2ed0c714319e889f716203e99b7.tar.gz
nixpkgs-d8cdbe829819d2ed0c714319e889f716203e99b7.tar.bz2
nixpkgs-d8cdbe829819d2ed0c714319e889f716203e99b7.tar.lz
nixpkgs-d8cdbe829819d2ed0c714319e889f716203e99b7.tar.xz
nixpkgs-d8cdbe829819d2ed0c714319e889f716203e99b7.tar.zst
nixpkgs-d8cdbe829819d2ed0c714319e889f716203e99b7.zip
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
Diffstat (limited to 'pkgs/applications/version-management/git-and-tools/git/default.nix')
-rw-r--r--pkgs/applications/version-management/git-and-tools/git/default.nix4
1 files changed, 4 insertions, 0 deletions
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