Skip to content

Commit

Permalink
pkgsStatic.git: disable failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Dec 15, 2024
1 parent e3f534f commit 5fc6c43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/applications/version-management/git/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,8 @@ stdenv.mkDerivation (finalAttrs: {
# Fails largely due to assumptions about BOM
# Tested to fail: 2.18.0
disable_test t0028-working-tree-encoding
'' + lib.optionalString stdenv.hostPlatform.isStatic ''
disable_test t2082-parallel-checkout-attributes
'';

stripDebugList = [ "lib" "libexec" "bin" "share/git/contrib/credential/libsecret" ];
Expand Down

0 comments on commit 5fc6c43

Please sign in to comment.