From 5fc6c436d9a3a4b520f04766e080e5898dbb65d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 15 Dec 2024 23:06:03 +0100 Subject: [PATCH] pkgsStatic.git: disable failing test --- pkgs/applications/version-management/git/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/version-management/git/default.nix b/pkgs/applications/version-management/git/default.nix index 57779cb487d080..0fe58e4e3a1610 100644 --- a/pkgs/applications/version-management/git/default.nix +++ b/pkgs/applications/version-management/git/default.nix @@ -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" ];