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

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
'';