Skip to content

Commit 9484d4a

Browse files
committed
git: disable failing test in static builds
1 parent 5bf39d5 commit 9484d4a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pkgs/applications/version-management/git/default.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,13 @@ stdenv.mkDerivation (finalAttrs: {
476476
+ lib.optionalString (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64) ''
477477
disable_test t7527-builtin-fsmonitor
478478
''
479+
+
480+
lib.optionalString (stdenv.hostPlatform.isStatic && stdenv.hostPlatform.system == "x86_64-linux")
481+
''
482+
# https://github.com/NixOS/nixpkgs/pull/394957
483+
# > t2082-parallel-checkout-attributes.sh (Wstat: 256 (exited 1) Tests: 5 Failed: 1)
484+
disable_test t2082-parallel-checkout-attributes
485+
''
479486
+ lib.optionalString stdenv.hostPlatform.isMusl ''
480487
# Test fails (as of 2.17.0, musl 1.1.19)
481488
disable_test t3900-i18n-commit

0 commit comments

Comments
 (0)