git: disable t5003 on darwin
The following failure was visible on v2.33.1 on staging-next. t5003-archive-zip.sh ............................... 1/? not ok 1 - populate workdir t5003-archive-zip.sh ............................... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/76 subtests (less 58 skipped subtests: 17 okay)
This commit is contained in:
parent
ceea0e5f2a
commit
c1fe3d4cda
1 changed files with 2 additions and 0 deletions
|
@ -338,6 +338,8 @@ stdenv.mkDerivation {
|
|||
disable_test t6300-for-each-ref
|
||||
#===( 22665;1651 9/? 1/? 0/? 0/? )= =/private/tmp/nix-build-git-2.33.0.drv-2/git-2.33.0/t/../contrib/completion/git-completion.bash: line 405: compgen: command not found
|
||||
disable_test t9902-completion
|
||||
# not ok 1 - populate workdir (with 2.33.1)
|
||||
disable_test t5003-archive-zip
|
||||
'' + lib.optionalString stdenv.hostPlatform.isMusl ''
|
||||
# Test fails (as of 2.17.0, musl 1.1.19)
|
||||
disable_test t3900-i18n-commit
|
||||
|
|
Loading…
Reference in a new issue