Skip to content

Commit

Permalink
Merge pull request NixOS#73826 from LnL7/darwin-git
Browse files Browse the repository at this point in the history
git: disable failing test on darwin
  • Loading branch information
LnL7 authored Nov 22, 2019
2 parents c81e4f1 + 185e30c commit 7da9844
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,10 @@ stdenv.mkDerivation {
# As of 2.19.0, t5562 refers to #!/usr/bin/perl
patchShebangs t/t5562/invoke-with-content-length.pl
'' + stdenv.lib.optionalString stdenv.isDarwin ''
# XXX: Some tests added in 2.24.0 fail.
# Please try to re-enable on the next release.
disable_test t7816-grep-binary-pattern
'' + stdenv.lib.optionalString stdenv.hostPlatform.isMusl ''
# Test fails (as of 2.17.0, musl 1.1.19)
disable_test t3900-i18n-commit
Expand Down

0 comments on commit 7da9844

Please sign in to comment.