Merge pull request #39945 from dtzWill/fix/temp-workaround-git-test-musl

git: disable failing test w/musl for now
This commit is contained in:
Will Dietz 2018-05-03 15:48:15 -05:00 committed by GitHub
commit 1abe8fa47a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -277,6 +277,9 @@ EOF
# XXX: I failed to understand why this one fails.
# Could someone try to re-enable it on the next release ?
disable_test t1700-split-index "null sha1"
'' + stdenv.lib.optionalString stdenv.hostPlatform.isMusl ''
# Test fails (as of 2.17.0, musl 1.1.19)
disable_test t3900-i18n-commit
'';