From 3293eb7d5521e3baae5af80eba7aa10f07c1999c Mon Sep 17 00:00:00 2001 From: Audrey Dutcher Date: Fri, 27 Feb 2026 17:13:04 -0700 Subject: [PATCH] git: disable some tests failing on FreeBSD for no good reason --- pkgs/by-name/gi/git/package.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pkgs/by-name/gi/git/package.nix b/pkgs/by-name/gi/git/package.nix index b5ccd79b8777..fa7bcc7cd054 100644 --- a/pkgs/by-name/gi/git/package.nix +++ b/pkgs/by-name/gi/git/package.nix @@ -577,6 +577,15 @@ 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.isFreeBSD '' + # Time zones are not available in the build sandbox. + # This can be fixed if/when we decide on how the hardcoded libc paths should look + disable_test t0006-date + # Kernel bug (?) related to confusion over whether ulimit -n should set max fd or num files + disable_test t5324-split-commit-graph + # known breakage vanished? + disable_test t7815-grep-binary ''; stripDebugList = [