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:
parent
8261a7aaba
commit
9b64158404
1 changed files with 2 additions and 0 deletions
|
@ -354,6 +354,8 @@ stdenv.mkDerivation {
|
||||||
disable_test t9902-completion
|
disable_test t9902-completion
|
||||||
# not ok 1 - populate workdir (with 2.33.1 on x86_64-darwin)
|
# not ok 1 - populate workdir (with 2.33.1 on x86_64-darwin)
|
||||||
disable_test t5003-archive-zip
|
disable_test t5003-archive-zip
|
||||||
|
'' + lib.optionalString (stdenv.isDarwin && stdenv.isAarch64) ''
|
||||||
|
disable_test t7527-builtin-fsmonitor
|
||||||
'' + lib.optionalString stdenv.hostPlatform.isMusl ''
|
'' + lib.optionalString stdenv.hostPlatform.isMusl ''
|
||||||
# Test fails (as of 2.17.0, musl 1.1.19)
|
# Test fails (as of 2.17.0, musl 1.1.19)
|
||||||
disable_test t3900-i18n-commit
|
disable_test t3900-i18n-commit
|
||||||
|
|
Loading…
Reference in a new issue