git: disable a test on aarch64-darwin

I don't know what's wrong, but it does fail on Hydra
despite on (reportedly) not failing on some user systems.
https://hydra.nixos.org/build/174778232
This commit is contained in:
Vladimír Čunát 2022-04-27 22:47:23 +02:00
parent 8261a7aaba
commit 9b64158404
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -354,6 +354,8 @@ stdenv.mkDerivation {
disable_test t9902-completion
# not ok 1 - populate workdir (with 2.33.1 on x86_64-darwin)
disable_test t5003-archive-zip
'' + lib.optionalString (stdenv.isDarwin && stdenv.isAarch64) ''
disable_test t7527-builtin-fsmonitor
'' + lib.optionalString stdenv.hostPlatform.isMusl ''
# Test fails (as of 2.17.0, musl 1.1.19)
disable_test t3900-i18n-commit