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
This commit is contained in:
Martin Weinelt
2022-09-17 04:35:20 +02:00
parent 4650511a9c
commit d8cdbe8298
@@ -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